mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-24 13:13:58 +01:00
Windows CI 2
This commit is contained in:
parent
3efdd51fa6
commit
53ba9eddf7
11
.github/workflows/build_linux_amd64.yml
vendored
11
.github/workflows/build_linux_amd64.yml
vendored
@ -7,7 +7,7 @@ env:
|
|||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build_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
|
||||||
# well on Windows or Mac. You can convert this to a matrix build if you need
|
# well on Windows or Mac. You can convert this to a matrix build if you need
|
||||||
# cross-platform coverage.
|
# cross-platform coverage.
|
||||||
@ -52,3 +52,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: sdrpp_debian_amd64
|
name: sdrpp_debian_amd64
|
||||||
path: /home/runner/work/SDRPlusPlus/SDRPlusPlus/sdrpp_debian_amd64.deb
|
path: /home/runner/work/SDRPlusPlus/SDRPlusPlus/sdrpp_debian_amd64.deb
|
||||||
|
|
||||||
|
build_windows:
|
||||||
|
runs-on: windows-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Testing Windows
|
||||||
|
run: echo test
|
21
.github/workflows/build_windows_amd64.yml
vendored
21
.github/workflows/build_windows_amd64.yml
vendored
@ -1,21 +0,0 @@
|
|||||||
name: Windows Build
|
|
||||||
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
env:
|
|
||||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
|
||||||
BUILD_TYPE: Release
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
# The CMake configure and build commands are platform agnostic and should work equally
|
|
||||||
# well on Windows or Mac. You can convert this to a matrix build if you need
|
|
||||||
# cross-platform coverage.
|
|
||||||
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
|
|
||||||
runs-on: windows-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Testing
|
|
||||||
- run: echo This is a test
|
|
Loading…
x
Reference in New Issue
Block a user