Update 'sqmod.yml'
This commit is contained in:
parent
0aeb54aa37
commit
54955ae3d2
62
sqmod.yml
62
sqmod.yml
@ -86,36 +86,36 @@ trigger:
|
||||
event:
|
||||
- push
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: build-windows
|
||||
workspace:
|
||||
path: /repo
|
||||
platform:
|
||||
os: windows
|
||||
arch: amd64
|
||||
version: 1809
|
||||
depends_on:
|
||||
- create-release
|
||||
#---
|
||||
#kind: pipeline
|
||||
#name: build-windows
|
||||
#workspace:
|
||||
# path: /repo
|
||||
#platform:
|
||||
# os: windows
|
||||
# arch: amd64
|
||||
# version: 1809
|
||||
#depends_on:
|
||||
# - create-release
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: docker.panel2.viceunderdogs.com/buildenv:windows-latest
|
||||
environment:
|
||||
CHERE_INVOKING: yes
|
||||
MSYSTEM: MINGW64
|
||||
GIT_TOKEN:
|
||||
from_secret: GITEA_KEY
|
||||
commands:
|
||||
- >
|
||||
mkdir build
|
||||
#steps:
|
||||
#- name: build
|
||||
#image: docker.panel2.viceunderdogs.com/buildenv:windows-latest
|
||||
#environment:
|
||||
#CHERE_INVOKING: yes
|
||||
#MSYSTEM: MINGW64
|
||||
#GIT_TOKEN:
|
||||
#from_secret: GITEA_KEY
|
||||
#commands:
|
||||
#- >
|
||||
#mkdir build
|
||||
#
|
||||
#cd build
|
||||
#
|
||||
#C:\msys64\usr\bin\bash -lc 'wget https://thijn.ovh/sqmod/build-windows.sh'
|
||||
#
|
||||
#C:\msys64\usr\bin\bash -lc 'chmod +x build-windows.sh && ./build-windows.sh'
|
||||
|
||||
cd build
|
||||
|
||||
C:\msys64\usr\bin\bash -lc 'wget https://thijn.ovh/sqmod/build-windows.sh'
|
||||
|
||||
C:\msys64\usr\bin\bash -lc 'chmod +x build-windows.sh && ./build-windows.sh'
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
#trigger:
|
||||
#event:
|
||||
#- push
|
Loading…
Reference in New Issue
Block a user