Working on Github Actions
This commit is contained in:
parent
42a27b9984
commit
bf18b05261
3
.github/workflows/build-and-test.yml
vendored
3
.github/workflows/build-and-test.yml
vendored
|
@ -109,6 +109,9 @@ jobs:
|
||||||
|
|
||||||
- name: Build and Run Hello World
|
- name: Build and Run Hello World
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
CC: ${{ matrix.config.cc }}
|
||||||
|
CXX: ${{ matrix.config.cxx }}
|
||||||
run: |
|
run: |
|
||||||
mkdir build_hello_world
|
mkdir build_hello_world
|
||||||
cmake \
|
cmake \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user