File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Build Canary
1
+ name : Canary Build
2
2
3
3
on :
4
4
pull_request :
@@ -14,7 +14,7 @@ concurrency:
14
14
cancel-in-progress : true
15
15
16
16
jobs :
17
- build- canary-linux :
17
+ canary-build -linux :
18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
25
25
run : |
26
26
mkdir -p build
27
27
g++ -std=c++17 -shared -fPIC -o build/libRhythmGameUtilities.so includes/RhythmGameUtilities/RhythmGameUtilities.cpp
28
- build- canary-macos :
28
+ canary-build -macos :
29
29
runs-on : macos-latest
30
30
31
31
steps :
39
39
g++ -std=c++17 -shared -fPIC -arch x86_64 -o build/libRhythmGameUtilities-x86_64.dylib includes/RhythmGameUtilities/RhythmGameUtilities.cpp
40
40
lipo -create -output build/libRhythmGameUtilities.dylib build/libRhythmGameUtilities-arm64.dylib build/libRhythmGameUtilities-x86_64.dylib
41
41
lipo -info build/libRhythmGameUtilities.dylib
42
- build- canary-windows :
42
+ canary-build -windows :
43
43
runs-on : windows-latest
44
44
45
45
steps :
You can’t perform that action at this time.
0 commit comments