Renable build and copy more bass
This commit is contained in:
parent
214e941464
commit
bb63cfd178
40
.github/workflows/build.yml
vendored
40
.github/workflows/build.yml
vendored
@ -31,10 +31,10 @@ jobs:
|
|||||||
cd bass
|
cd bass
|
||||||
curl http://www.un4seen.com/files/bass24.zip -o bass.zip
|
curl http://www.un4seen.com/files/bass24.zip -o bass.zip
|
||||||
unzip bass.zip
|
unzip bass.zip
|
||||||
cp bass.dll ../lib
|
cp bass.dll c/bass.lib ../lib
|
||||||
curl http://www.un4seen.com/files/bassopus24.zip -o bassopus.zip
|
curl http://www.un4seen.com/files/bassopus24.zip -o bassopus.zip
|
||||||
unzip bassopus.zip
|
unzip bassopus.zip
|
||||||
cp bassopus.dll ../lib
|
cp bassopus.dll c/bassopus.lib ../lib
|
||||||
|
|
||||||
- name: Cache Qt
|
- name: Cache Qt
|
||||||
id: cache-qt
|
id: cache-qt
|
||||||
@ -49,27 +49,27 @@ jobs:
|
|||||||
version: '5.15.2'
|
version: '5.15.2'
|
||||||
cached: ${{steps.cache-qt.outputs.cache-hit}}
|
cached: ${{steps.cache-qt.outputs.cache-hit}}
|
||||||
|
|
||||||
# - name: Create Build Environment
|
- name: Create Build Environment
|
||||||
# run: cmake -E make_directory ${{github.workspace}}/build
|
run: cmake -E make_directory ${{github.workspace}}/build
|
||||||
|
|
||||||
# - name: Configure CMake
|
- name: Configure CMake
|
||||||
# shell: bash
|
shell: bash
|
||||||
# env:
|
env:
|
||||||
# CC: gcc-10
|
CC: gcc-10
|
||||||
# CXX: g++-10
|
CXX: g++-10
|
||||||
# working-directory: ${{github.workspace}}/build
|
working-directory: ${{github.workspace}}/build
|
||||||
# run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
|
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
|
||||||
|
|
||||||
# - name: Build
|
- name: Build
|
||||||
# working-directory: ${{github.workspace}}/build
|
working-directory: ${{github.workspace}}/build
|
||||||
# shell: bash
|
shell: bash
|
||||||
# run: cmake --build . --config $BUILD_TYPE --target Attorney_Online
|
run: cmake --build . --config $BUILD_TYPE --target Attorney_Online
|
||||||
|
|
||||||
# - name: Upload Artifact
|
- name: Upload Artifact
|
||||||
# uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
# with:
|
with:
|
||||||
# name: Attorney_Online
|
name: Attorney_Online
|
||||||
# path: ${{github.workspace}}/build/Attorney_Online
|
path: ${{github.workspace}}/build/Attorney_Online
|
||||||
|
|
||||||
# linux:
|
# linux:
|
||||||
# # The CMake configure and build commands are platform agnostic and should work equally
|
# # The CMake configure and build commands are platform agnostic and should work equally
|
||||||
|
Loading…
Reference in New Issue
Block a user