welcome to the Actions beta

This commit is contained in:
Sam Hatchett
2019-09-19 11:29:14 -04:00
committed by GitHub
parent cb16654e34
commit 9f1634a23c

View File

@@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: setup_build_dir
run: mkdir buildproducts
- name: cmake
working-directory: ./buildproducts
run: cmake ..