Windows CI 2

This commit is contained in:
Ryzerth 2021-04-24 21:16:06 +02:00
parent 3efdd51fa6
commit 53ba9eddf7
2 changed files with 50 additions and 62 deletions

View File

@ -7,7 +7,7 @@ env:
BUILD_TYPE: Release
jobs:
build:
build_linux:
# 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.
@ -52,3 +52,12 @@ jobs:
with:
name: sdrpp_debian_amd64
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

View File

@ -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