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