Commit 53fcb7c 1 parent f3bed9a commit 53fcb7c Copy full SHA for 53fcb7c
File tree 1 file changed +0
-49
lines changed
1 file changed +0
-49
lines changed Original file line number Diff line number Diff line change @@ -104,55 +104,6 @@ jobs:
104
104
name : soh-linux
105
105
path : build-cmake/src/*.a
106
106
if-no-files-found : error
107
- build-linux-no-mpq :
108
- runs-on : ubuntu-latest
109
- steps :
110
- - uses : actions/checkout@v2
111
- - name : Install dependencies
112
- run : |
113
- sudo apt-get update
114
- sudo apt-get install -y $(cat .github/workflows/apt-deps.txt)
115
- - name : ccache
116
- uses :
hendrikmuhs/[email protected]
117
- with :
118
- key : ${{ matrix.os }}-ccache-${{ github.ref }}-${{ github.sha }}
119
- restore-keys : |
120
- ${{ matrix.os }}-ccache-${{ github.ref }}
121
- ${{ matrix.os }}-ccache-
122
- - name : Install latest SDL
123
- run : |
124
- export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
125
- wget https://www.libsdl.org/release/SDL2-2.24.1.tar.gz
126
- tar -xzf SDL2-2.24.1.tar.gz
127
- cd SDL2-2.24.1
128
- ./configure
129
- make -j 10
130
- sudo make install
131
- - name : Install latest tinyxml2
132
- run : |
133
- export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
134
- wget https://github.com/leethomason/tinyxml2/archive/refs/tags/10.0.0.tar.gz
135
- tar -xzf 10.0.0.tar.gz
136
- cd tinyxml2-10.0.0
137
- mkdir build
138
- cd build
139
- cmake ..
140
- make
141
- sudo make install
142
- - name : Build libultraship
143
- run : |
144
- export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
145
- cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release -DEXCLUDE_MPQ_SUPPORT=TRUE
146
- cmake --build build-cmake --config Release --parallel 10
147
- env :
148
- CC : gcc-10
149
- CXX : g++-10
150
- - name : Upload build
151
- uses : actions/upload-artifact@v3
152
- with :
153
- name : soh-linux
154
- path : build-cmake/src/*.a
155
- if-no-files-found : error
156
107
build-windows :
157
108
runs-on : windows-latest
158
109
steps :
You can’t perform that action at this time.
0 commit comments