Skip to content

Commit a1d5ae9

Browse files
committed
Fixing yml syntax #2
1 parent 4d0bbef commit a1d5ae9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.gitlab-ci.yml

-8
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ windows-builder-x64:
108108
- git log "$PREV_GIT_LABEL..@" --oneline --pretty=format:"- %C(auto,yellow)%h%C(auto,magenta)% %C(auto,blue)%>(12,trunc)%ad %C(auto,green)%<(25,trunc)%aN%C(auto,reset)%s%C(auto,red)% gD% D" --date=short > "build/install-x64/share/$CI_PROJECT_NAME.log"
109109
- python3 -u freeze.py build --git-branch=$CI_COMMIT_REF_NAME
110110
- $EXE_PATH = "$CI_PROJECT_DIR\build\exe.mingw-" + $PY_ABI + "\openshot-qt.exe"
111-
- # $manifestPath = "installer/windows.manifest"
112-
- # (Get-Content $manifestPath) -creplace "ARCHITECTURE", "amd64" | Set-Content $manifestPath
113-
- # mt.exe -manifest installer/windows.manifest -validate_manifest
114-
- # mt.exe -manifest installer/windows.manifest -outputresource:$EXE_PATH;1
115111
- python3 -u installer/build_server.py "$SLACK_TOKEN" "$WINDOWS_KEY" "$WINDOWS_PASSWORD" "$GITHUB_USER" "$GITHUB_PASS" "False" "$CI_COMMIT_REF_NAME" "$MAC_PASSWORD"
116112
when: always
117113
except:
@@ -151,10 +147,6 @@ windows-builder-x86:
151147
- python3 -u freeze.py build --git-branch=$CI_COMMIT_REF_NAME
152148
- $EXE_PATH = "$CI_PROJECT_DIR\build\exe.mingw-" + $PY_ABI + "\openshot-qt.exe"
153149
- editbin /LARGEADDRESSAWARE "$EXE_PATH"
154-
- # $manifestPath = "installer/windows.manifest"
155-
- # (Get-Content $manifestPath) -creplace "ARCHITECTURE", "x86" | Set-Content $manifestPath
156-
- # mt.exe -manifest installer/windows.manifest -validate_manifest
157-
- # mt.exe -manifest installer/windows.manifest -outputresource:$EXE_PATH;1
158150
- python3 -u installer/build_server.py "$SLACK_TOKEN" "$WINDOWS_KEY" "$WINDOWS_PASSWORD" "$GITHUB_USER" "$GITHUB_PASS" "True" "$CI_COMMIT_REF_NAME" "$MAC_PASSWORD"
159151
when: always
160152
except:

0 commit comments

Comments
 (0)