@@ -33,19 +33,19 @@ jobs:
33
33
- uses : actions/checkout@v4
34
34
- name : Docker Step
35
35
run : " docker run -di --name emscripten -v $PWD:/src emscripten/emsdk:3.1.74 bash"
36
- - name : Determine Release
37
- id : vars
38
- shell : bash
39
- run : |
40
- if [[ "${{ github.ref }}" == refs/tags/* ]]; then
41
- echo "RELEASE=${{ github.ref_name }}" >> $GITHUB_ENV
42
- elif [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
43
- echo "RELEASE=nightly" >> $GITHUB_ENV
44
- elif [[ "${{ github.ref }}" == "refs/heads/bleeding" ]]; then
45
- echo "RELEASE=latest" >> $GITHUB_ENV
46
- else
47
- echo "RELEASE=latest" >> $GITHUB_ENV
48
- fi
36
+ # - name: Determine Release
37
+ # id: vars
38
+ # shell: bash
39
+ # run: |
40
+ # if [[ "${{ github.ref }}" == refs/tags/* ]]; then
41
+ # echo "RELEASE=${{ github.ref_name }}" >> $GITHUB_ENV
42
+ # elif [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
43
+ # echo "RELEASE=nightly" >> $GITHUB_ENV
44
+ # elif [[ "${{ github.ref }}" == "refs/heads/bleeding" ]]; then
45
+ # echo "RELEASE=latest" >> $GITHUB_ENV
46
+ # else
47
+ # echo "RELEASE=latest" >> $GITHUB_ENV
48
+ # fi
49
49
- name : Download libs
50
50
run : ./scripts/$TARGET/download_libs.sh -t $RELEASE
51
51
- name : Install dependencies
@@ -131,19 +131,19 @@ jobs:
131
131
install : >-
132
132
git
133
133
unzip
134
- - name : Determine Release
135
- id : vars
136
- shell : bash
137
- run : |
138
- if [[ "${{ github.ref }}" == refs/tags/* ]]; then
139
- echo "RELEASE=${{ github.ref_name }}" >> $GITHUB_ENV
140
- elif [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
141
- echo "RELEASE=nightly" >> $GITHUB_ENV
142
- elif [[ "${{ github.ref }}" == "refs/heads/bleeding" ]]; then
143
- echo "RELEASE=latest" >> $GITHUB_ENV
144
- else
145
- echo "RELEASE=latest" >> $GITHUB_ENV
146
- fi
134
+ # - name: Determine Release
135
+ # id: vars
136
+ # shell: bash
137
+ # run: |
138
+ # if [[ "${{ github.ref }}" == refs/tags/* ]]; then
139
+ # echo "RELEASE=${{ github.ref_name }}" >> $GITHUB_ENV
140
+ # elif [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
141
+ # echo "RELEASE=nightly" >> $GITHUB_ENV
142
+ # elif [[ "${{ github.ref }}" == "refs/heads/bleeding" ]]; then
143
+ # echo "RELEASE=latest" >> $GITHUB_ENV
144
+ # else
145
+ # echo "RELEASE=latest" >> $GITHUB_ENV
146
+ # fi
147
147
- name : Install dependencies
148
148
shell : msys2 {0}
149
149
run : ./scripts/ci/vs/install.sh
@@ -257,19 +257,19 @@ jobs:
257
257
uses : hendrikmuhs/ccache-action@v1.2.14
258
258
with :
259
259
key : ${{ matrix.cfg.libs }}
260
- - name : Determine Release
261
- id : vars
262
- shell : bash
263
- run : |
264
- if [[ "${{ github.ref }}" == refs/tags/* ]]; then
265
- echo "RELEASE=${{ github.ref_name }}" >> $GITHUB_ENV
266
- elif [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
267
- echo "RELEASE=nightly" >> $GITHUB_ENV
268
- elif [[ "${{ github.ref }}" == "refs/heads/bleeding" ]]; then
269
- echo "RELEASE=latest" >> $GITHUB_ENV
270
- else
271
- echo "RELEASE=latest" >> $GITHUB_ENV
272
- fi
260
+ # - name: Determine Release
261
+ # id: vars
262
+ # shell: bash
263
+ # run: |
264
+ # if [[ "${{ github.ref }}" == refs/tags/* ]]; then
265
+ # echo "RELEASE=${{ github.ref_name }}" >> $GITHUB_ENV
266
+ # elif [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
267
+ # echo "RELEASE=nightly" >> $GITHUB_ENV
268
+ # elif [[ "${{ github.ref }}" == "refs/heads/bleeding" ]]; then
269
+ # echo "RELEASE=latest" >> $GITHUB_ENV
270
+ # else
271
+ # echo "RELEASE=latest" >> $GITHUB_ENV
272
+ # fi
273
273
- name : Download libs
274
274
run : ./scripts/linux/download_libs.sh -t $RELEASE -a ${{matrix.cfg.libs}}
275
275
- name : Install dependencies
@@ -297,19 +297,19 @@ jobs:
297
297
uses : hendrikmuhs/ccache-action@v1.2.14
298
298
with :
299
299
key : ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
300
- - name : Determine Release
301
- id : vars
302
- shell : bash
303
- run : |
304
- if [[ "${{ github.ref }}" == refs/tags/* ]]; then
305
- echo "RELEASE=${{ github.ref_name }}" >> $GITHUB_ENV
306
- elif [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
307
- echo "RELEASE=nightly" >> $GITHUB_ENV
308
- elif [[ "${{ github.ref }}" == "refs/heads/bleeding" ]]; then
309
- echo "RELEASE=latest" >> $GITHUB_ENV
310
- else
311
- echo "RELEASE=latest" >> $GITHUB_ENV
312
- fi
300
+ # - name: Determine Release
301
+ # id: vars
302
+ # shell: bash
303
+ # run: |
304
+ # if [[ "${{ github.ref }}" == refs/tags/* ]]; then
305
+ # echo "RELEASE=${{ github.ref_name }}" >> $GITHUB_ENV
306
+ # elif [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
307
+ # echo "RELEASE=nightly" >> $GITHUB_ENV
308
+ # elif [[ "${{ github.ref }}" == "refs/heads/bleeding" ]]; then
309
+ # echo "RELEASE=latest" >> $GITHUB_ENV
310
+ # else
311
+ # echo "RELEASE=latest" >> $GITHUB_ENV
312
+ # fi
313
313
- name : Download libs
314
314
run : ./scripts/${{matrix.cfg.libs}}/download_libs.sh -t $RELEASE
315
315
- name : install
@@ -340,19 +340,19 @@ jobs:
340
340
with :
341
341
packages : aptitude aptitude-common libboost-iostreams1.83.0 libcwidget4 libsigc++-2.0-0v5 libxapian30 fonts-wine{a} libasound2-plugins{a} libcapi20-3t64{a} libosmesa6{a} libpcsclite1{a} libspeexdsp1{a} libwine{a} libxkbregistry0{a} libz-mingw-w64{a} wine{a} wine64 wget2 make libjack-jackd2-0 libjack-jackd2-dev freeglut3-dev libasound2-dev libxmu-dev libxxf86vm-dev g++ libgl1-mesa-dev libglu1-mesa-dev libraw1394-dev libudev-dev libdrm-dev libglew-dev libopenal-dev libsndfile1-dev libfreeimage-dev libcairo2-dev libfreetype6-dev libpulse-dev libusb-1.0-0-dev libgtk2.0-dev libopencv-dev libassimp-dev librtaudio-dev gdb libglfw3-dev liburiparser-dev libpugixml-dev libgconf-2-4 libgtk2.0-0 libpoco-dev libxcursor-dev libxi-dev libxinerama-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav gstreamer1.0-pulseaudio gstreamer1.0-x gstreamer1.0-plugins-bad gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-plugins-good
342
342
version : 1.0
343
- - name : Determine Release
344
- id : vars
345
- shell : bash
346
- run : |
347
- if [[ "${{ github.ref }}" == refs/tags/* ]]; then
348
- echo "RELEASE=${{ github.ref_name }}" >> $GITHUB_ENV
349
- elif [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
350
- echo "RELEASE=nightly" >> $GITHUB_ENV
351
- elif [[ "${{ github.ref }}" == "refs/heads/bleeding" ]]; then
352
- echo "RELEASE=latest" >> $GITHUB_ENV
353
- else
354
- echo "RELEASE=latest" >> $GITHUB_ENV
355
- fi
343
+ # - name: Determine Release
344
+ # id: vars
345
+ # shell: bash
346
+ # run: |
347
+ # if [[ "${{ github.ref }}" == refs/tags/* ]]; then
348
+ # echo "RELEASE=${{ github.ref_name }}" >> $GITHUB_ENV
349
+ # elif [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
350
+ # echo "RELEASE=nightly" >> $GITHUB_ENV
351
+ # elif [[ "${{ github.ref }}" == "refs/heads/bleeding" ]]; then
352
+ # echo "RELEASE=latest" >> $GITHUB_ENV
353
+ # else
354
+ # echo "RELEASE=latest" >> $GITHUB_ENV
355
+ # fi
356
356
- uses : actions/checkout@v4
357
357
- name : ccache
358
358
uses : hendrikmuhs/ccache-action@v1.2.14
0 commit comments