File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 run : |
2121 set -euo pipefail
2222 mkdir -p ~/bin
23- install_ninja() {
24- (
25- cd /tmp
26- curl -L -O https://github.com/ninja-build/ninja/releases/download/v1.11.0/ninja-linux.zip
27- unzip ninja-linux.zip
28- mv ninja /usr/local/bin/
29- )
30- ninja --version 2>/dev/null
31- }
3223
3324 # vcpkg wants mono, make sure it finds one
3425 # see: https://github.com/microsoft/vcpkg/issues/25585
Original file line number Diff line number Diff line change 11name : Build Linux
2- on : [workflow_call, workflow_dispatch]
3- # on:
4- # workflow_call:
5- # workflow_dispatch:
6- # push:
7- # branches:
8- # - nata/cicd-linux
2+ # on: [workflow_call, workflow_dispatch]
3+ on :
4+ workflow_call :
5+ workflow_dispatch :
6+ push :
7+ branches :
8+ - nata/cicd-linux
99jobs :
1010 build_linux :
1111 timeout-minutes : 30
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Test Linux
22on :
33 workflow_call :
44 workflow_dispatch :
5- push :
6- branches :
7- - nata/cicd-linux
5+ # push:
6+ # branches:
7+ # - nata/cicd-linux
88jobs :
99 test_linux :
1010 timeout-minutes : 30
You can’t perform that action at this time.
0 commit comments