Try to fix AppVeyor CI

This commit is contained in:
Cameron Gutman 2023-09-16 01:46:18 -05:00
parent 72f4ee829f
commit 6a4caeacac

View File

@ -2,11 +2,11 @@ version: 0.0.0.{build}
clone_depth: 1 clone_depth: 1
image: Ubuntu2004 image: Previous Ubuntu2004
install: install:
- 'pushd $HOME' - 'pushd $HOME'
- 'wget https://github.com/Kagami/nacl_sdk/archive/refs/heads/master.zip -O nacl_sdk.zip' - 'wget https://github.com/cgutman/nacl_sdk/archive/refs/heads/master.zip -O nacl_sdk.zip'
- 'unzip nacl_sdk.zip' - 'unzip nacl_sdk.zip'
- 'cd nacl_sdk-master' - 'cd nacl_sdk-master'
- 'source $HOME/venv2.7/bin/activate' - 'source $HOME/venv2.7/bin/activate'
@ -18,10 +18,9 @@ before_build:
- 'git submodule update --init --recursive' - 'git submodule update --init --recursive'
build_script: build_script:
- 'make -j$(nproc)' - './do-release.sh'
after_build: after_build:
- 'zip -r moonlight-chrome.zip . -x ".git/*"'
- 'appveyor PushArtifact moonlight-chrome.zip' - 'appveyor PushArtifact moonlight-chrome.zip'
deploy: off deploy: off