mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-26 10:58:29 +01:00
More windows CI stuff
This commit is contained in:
parent
28d189e35a
commit
db1ab774f0
12
.github/workflows/build_linux_amd64.yml
vendored
12
.github/workflows/build_linux_amd64.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Linux Build
|
name: Build Binaries
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
@ -59,5 +59,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Testing windows
|
- name: Create Build Environment
|
||||||
run: echo it works
|
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||||
|
|
||||||
|
- name: Install vcpkg dependencies
|
||||||
|
run: vcpkg install fftw3:x64-windows glew:x64-windows glfw3:x64-windows
|
||||||
|
|
||||||
|
- name: Install rtaudio
|
||||||
|
run: git clone https://github.com/thestk/rtaudio ; cd rtaudio ; mkdir build ; cd build ; cmake .. ; cmake --build . --config Release ; cmake --install .
|
Loading…
Reference in New Issue
Block a user