mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-16 08:06:19 +00:00
27 lines
545 B
YAML
27 lines
545 B
YAML
version: 0.0.0.{build}
|
|
|
|
clone_depth: 1
|
|
|
|
image: Previous Ubuntu2004
|
|
|
|
install:
|
|
- 'pushd $HOME'
|
|
- 'wget https://github.com/cgutman/nacl_sdk/archive/refs/heads/master.zip -O nacl_sdk.zip'
|
|
- 'unzip nacl_sdk.zip'
|
|
- 'cd nacl_sdk-master'
|
|
- 'source $HOME/venv2.7/bin/activate'
|
|
- './naclsdk update'
|
|
- 'export NACL_SDK_ROOT=$HOME/nacl_sdk-master/pepper_49'
|
|
- 'popd'
|
|
|
|
before_build:
|
|
- 'git submodule update --init --recursive'
|
|
|
|
build_script:
|
|
- './do-release.sh'
|
|
|
|
after_build:
|
|
- 'appveyor PushArtifact moonlight-chrome.zip'
|
|
|
|
deploy: off
|