Update ccpp.yml

This commit is contained in:
Sam Hatchett
2019-09-19 11:27:21 -04:00
committed by GitHub
parent 2e42931140
commit cb16654e34

View File

@@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: cmake
run: mkdir buildproducts && cd buildproducts && cmake ..
working-directory: ./buildproducts
run: cmake ..
- name: make
working-directory: ./buildproducts
run: make