Update ccpp.yml

extensions
Volodymyr Shymanskyy 5 years ago committed by GitHub
parent 5b3e6c5c87
commit d8d1bf7d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,8 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: configure
run: mkdir build && cd build && cmake ..
run: |
mkdir build
cd build
cmake ..
- name: make
run: cmake --build build
run: |
cmake --build build
- name: test
run: cd test && ./run-spec-test.py
run: |
cd test
./run-spec-test.py

Loading…
Cancel
Save