Github Actions windows test 1 [ci skip]
This commit is contained in:
parent
65a377b7a1
commit
0d9f1b0cbc
1 changed files with 30 additions and 0 deletions
30
.github/workflows/ci-main.yml
vendored
30
.github/workflows/ci-main.yml
vendored
|
@ -328,3 +328,33 @@ jobs:
|
|||
export CFG=Debug
|
||||
export CACHE_DIR=~/build-cache
|
||||
./.github/workflows/ci-scripts/macos.sh
|
||||
|
||||
windows-01-master:
|
||||
runs-on: windows-2019
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: wsl-bash {0}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Cache object files
|
||||
uses: actions/cache@v2
|
||||
env:
|
||||
cache-name: windows-01-cache-master
|
||||
with:
|
||||
path: ~/build-cache
|
||||
key: windows-01-master
|
||||
|
||||
- uses: Vampire/setup-wsl@v1
|
||||
with:
|
||||
distribution: Ubuntu-20.04
|
||||
|
||||
- name: Windows Release
|
||||
run: |
|
||||
export CFG=Release
|
||||
export CACHE_DIR=~/build-cache
|
||||
./.github/workflows/ci-scripts/windows.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue