File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,13 +17,10 @@ jobs:
1717 include :
1818 - os : ubuntu-latest
1919 devScript : ./dev.sh
20- shell : bash
2120 - os : macOS-latest
2221 devScript : ./dev.sh
23- shell : bash
2422 - os : windows-latest
25- devScript : dev.cmd
26- shell : cmd
23+ devScript : ./dev
2724 runs-on : ${{ matrix.os }}
2825 steps :
2926 - uses : actions/checkout@v1
@@ -33,22 +30,19 @@ jobs:
3330 run : |
3431 ${{ matrix.devScript }} layout Release
3532 working-directory : src
36- shell : ${{ matrix.shell }}
3733
3834 # Run tests
3935 - name : L0
4036 run : |
4137 ${{ matrix.devScript }} test
4238 working-directory : src
43- shell : ${{ matrix.shell }}
4439
4540 # Create runner package tar.gz/zip
4641 - name : Package Release
4742 if : github.event_name != 'pull_request'
4843 run : |
4944 ${{ matrix.devScript }} package Release
5045 working-directory : src
51- shell : ${{ matrix.shell }}
5246
5347 # Upload runner package tar.gz/zip as artifact
5448 - name : Publish Artifact
You can’t perform that action at this time.
0 commit comments