chore: Clean up CI

This commit is contained in:
Christian Pauly 2020-11-08 09:48:43 +01:00
parent 867b05adf1
commit 7e84675af6
1 changed files with 6 additions and 7 deletions

View File

@ -53,7 +53,7 @@ build_web:
build_windows: build_windows:
extends: extends:
- .shared_windows_runners - .shared_windows_runners
stage: publish stage: coverage
script: script:
# Install chocolately # Install chocolately
- Set-ExecutionPolicy Bypass -Scope Process - Set-ExecutionPolicy Bypass -Scope Process
@ -69,9 +69,7 @@ build_windows:
paths: paths:
- build/windows/runner/Release/ - build/windows/runner/Release/
name: "Binairies" name: "Binairies"
only: allow_failure: true
- main
- tags
build_android_debug: build_android_debug:
stage: coverage stage: coverage
@ -187,13 +185,12 @@ build_linux:
- sudo apt install clang cmake ninja-build pkg-config libgtk-3-dev libblkid-dev - sudo apt install clang cmake ninja-build pkg-config libgtk-3-dev libblkid-dev
- flutter config --enable-linux-desktop - flutter config --enable-linux-desktop
- flutter pub get - flutter pub get
- flutter build linux --release - flutter build linux --release -v
artifacts: artifacts:
when: on_success when: on_success
paths: paths:
- build/linux/release/bundle/ - build/linux/release/bundle/
only: allow_failure: true
- main
snap:edge: snap:edge:
stage: publish stage: publish
@ -217,6 +214,7 @@ snap:edge:
paths: paths:
- './*.snap' - './*.snap'
when: on_success when: on_success
allow_failure: true
snap:publish: snap:publish:
stage: publish stage: publish
@ -235,6 +233,7 @@ snap:publish:
when: on_success when: on_success
expire_in: 1 week expire_in: 1 week
needs: [] needs: []
allow_failure: true
update-dependencies: update-dependencies:
stage: coverage stage: coverage