mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2024-12-27 18:30:39 +00:00
Update cmake.yml
This commit is contained in:
parent
e8c0080f77
commit
f25a30edc7
10
.github/workflows/cmake.yml
vendored
10
.github/workflows/cmake.yml
vendored
@ -12,6 +12,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: xcode 12.2
|
||||||
|
shell: bash
|
||||||
|
run: sudo xcode-select -s /Applications/Xcode_12.2.app
|
||||||
|
|
||||||
- name: Brew
|
- name: Brew
|
||||||
run: brew install ragel
|
run: brew install ragel
|
||||||
|
|
||||||
@ -28,3 +32,9 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||||
run: cmake --build . --config $BUILD_TYPE
|
run: cmake --build . --config $BUILD_TYPE
|
||||||
|
|
||||||
|
- name: Archive
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: mpw fat
|
||||||
|
path: ${{runner.workspace}}/build/mpw-shell
|
||||||
|
Loading…
Reference in New Issue
Block a user