Update build.yml

self-hosting
Mohammed Alyousef 4 years ago committed by GitHub
parent a40076b790
commit cf86373c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,12 @@ jobs:
os: [windows-latest, macos-10.15, ubuntu-18.04]
steps:
- name: configure
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
export CXX=g++-9
fi
shell: bash
- uses: actions/checkout@v2
- name: Build
run: cmake -S. -Bbin && cmake --build bin --config $BUILD_TYPE

Loading…
Cancel
Save