File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1- on :
2- workflow_dispatch :
3- push :
4- # Sequence of patterns matched against refs/tags
5- tags :
6- - ' v*' # Push events to matching v*, i.e. v1.0, v20.15.10
1+ # on:
2+ # workflow_dispatch:
3+ # push:
4+ # # Sequence of patterns matched against refs/tags
5+ # tags:
6+ # - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
77
88jobs :
99 deploy :
1010 runs-on : ubuntu-latest
11+ container :
12+ image : ghcr.io/${{ github.repository }}/ubuntu:develop
1113 steps :
1214 - name : Checkout code
1315 uses : actions/checkout@v2
1416 with :
1517 submodules : true
16- - name : Install package
17- run : |
18- sudo apt-get update
19- sudo apt-get -y install qtbase5-dev qt3d5-dev libqt5svg5-dev freeglut3-dev libabsl-dev
2018 - name : Build and test
2119 run : ci/buildappimage.sh
2220 - name : Create Release
You can’t perform that action at this time.
0 commit comments