From 54955ae3d2f16bfc2ca15c1d44c4fd495fa256c0 Mon Sep 17 00:00:00 2001 From: thijn Date: Wed, 15 Mar 2023 22:38:34 +0100 Subject: [PATCH] Update 'sqmod.yml' --- sqmod.yml | 62 +++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/sqmod.yml b/sqmod.yml index f422779..362d0da 100644 --- a/sqmod.yml +++ b/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 \ No newline at end of file +#trigger: + #event: + #- push \ No newline at end of file