@@ -2,7 +2,7 @@ name: Build EDOPro
2
2
on : [push, pull_request]
3
3
env :
4
4
COVERS_URL : ${{ secrets.COVERS_URL }}
5
- DEPENDENCIES_BASE_URL : https://github.com/edo9300/edopro-vcpkg-cache/releases/download/20230521-3
5
+ DEPENDENCIES_BASE_URL : https://github.com/edo9300/edopro-vcpkg-cache/releases/latest/download
6
6
DEPLOY_DIR : deploy
7
7
DEPLOY_REPO : ${{ secrets.DEPLOY_REPO }}
8
8
DEPLOY_TOKEN : ${{ secrets.DEPLOY_TOKEN }}
@@ -160,57 +160,7 @@ jobs:
160
160
# avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
161
161
# username: Github
162
162
163
- # Linux-gcc-7-5-0:
164
- # runs-on: ubuntu-18.04
165
- # env:
166
- # DEPLOY_BRANCH: travis-linux
167
- # TRAVIS_OS_NAME: linux
168
- # BUILD_CONFIG: release
169
- # ARCH: x64
170
- # steps:
171
- # - name: Set custom env vars
172
- # shell: bash
173
- # run: |
174
- # echo "VCPKG_ROOT=$PWD/vcpkg" >> $GITHUB_ENV
175
- # echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/installed_x64-linux.7z" >> $GITHUB_ENV
176
- # - name: Get apt packages
177
- # shell: bash
178
- # run: |
179
- # sudo apt remove libsqlite3-dev
180
- # - uses: actions/checkout@v1
181
- # with:
182
- # fetch-depth: 1
183
- # - name: Install premake
184
- # shell: bash
185
- # run: ./travis/install-premake5.sh
186
- # - name: Install dependencies
187
- # shell: bash
188
- # run: ./travis/dependencies.sh
189
- # - name: Build
190
- # shell: bash
191
- # run: ./travis/build.sh
192
- # - name: Predeploy
193
- # shell: bash
194
- # run: ./travis/predeploy.sh
195
- # - name: Deploy
196
- # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
197
- # shell: bash
198
- # run: ./travis/deploy.sh
199
- # - name: Log Failure
200
- # uses: sarisia/actions-status-discord@v1
201
- # if: failure()
202
- # with:
203
- # nodetail: true
204
- # description: |
205
- # [[${{ github.event.repository.name }}] ${{ github.job }} failed on ${{ github.ref }}](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}})
206
- # title: |
207
-
208
- # color: 0xff0000
209
- # webhook: ${{ secrets.DISCORD_WEBHOOK }}
210
- # avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
211
- # username: Github
212
-
213
- Linux-docker-gcc-7-5-0 :
163
+ Linux-gcc-7-5-0 :
214
164
runs-on : ubuntu-latest
215
165
container : ubuntu:18.04
216
166
env :
@@ -223,7 +173,7 @@ jobs:
223
173
shell : bash
224
174
run : |
225
175
echo "VCPKG_ROOT=$PWD/vcpkg" >> $GITHUB_ENV
226
- echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/installed_x64-linux-docker-gcc7 .7z" >> $GITHUB_ENV
176
+ echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/installed_x64-linux.7z" >> $GITHUB_ENV
227
177
- name : Get apt packages
228
178
shell : bash
229
179
run : |
@@ -374,7 +324,7 @@ jobs:
374
324
avatar_url : https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
375
325
username : Github
376
326
377
- Linux-docker -gcc-aarch64 -7-5-0 :
327
+ Linux-aarch64 -gcc-7-5-0 :
378
328
runs-on : ubuntu-latest
379
329
container : ubuntu:18.04
380
330
env :
@@ -1030,7 +980,7 @@ jobs:
1030
980
1031
981
Notify-success :
1032
982
runs-on : ubuntu-latest
1033
- needs : [ Windows, Linux-docker- gcc-7-5-0, Mac-os-universal-cctools ]
983
+ needs : [ Windows, Linux-gcc-7-5-0, Mac-os-universal-cctools ]
1034
984
steps :
1035
985
- name : Log Success
1036
986
uses : sarisia/actions-status-discord@v1
0 commit comments