Maybe using cmake will work
This commit is contained in:
parent
afb534bf67
commit
9b36fb8bda
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Grab bass
|
||||
- name: Download BASS
|
||||
run: |
|
||||
mkdir bass
|
||||
cd bass
|
||||
@ -44,16 +44,17 @@ jobs:
|
||||
- name: Install compiler
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
|
||||
- name: qmake
|
||||
- name: cmake
|
||||
run: |
|
||||
qmake
|
||||
nmake
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
make
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Attorney_Online
|
||||
path: ${{github.workspace}}/bin/Attorney_Online
|
||||
path: ${{github.workspace}}/build/Attorney_Online
|
||||
|
||||
# linux:
|
||||
# # The CMake configure and build commands are platform agnostic and should work equally
|
||||
|
Loading…
Reference in New Issue
Block a user