Merge from develop

github workflow files
parser files
bin scripts
doc corrections
This commit is contained in:
Allen Byrne
2020-10-07 10:45:11 -05:00
parent 2744238c87
commit ca32c785fc
21 changed files with 3545 additions and 3626 deletions

View File

@@ -95,8 +95,8 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
# Set these env vars so cmake picks the correct compiler
echo "::set-env name=CXX::cl.exe"
echo "::set-env name=CC::cl.exe"
echo "CXX=cl.exe" >> $GITHUB_ENV
echo "CC=cl.exe" >> $GITHUB_ENV
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Get Sources