mirror of
https://gitlab.com/ykkzde/posy-cursors
synced 2024-10-27 20:44:10 +00:00
22 lines
490 B
YAML
22 lines
490 B
YAML
# GitLab CI configuration for ffsend builds, tests and releases
|
|
#
|
|
# To add a new release:
|
|
# - configure a new 'build-*' job with the proper target
|
|
# - export a build artifact from the new job
|
|
# - manually upload artifact to GitHub in the 'github-release' job
|
|
|
|
stages:
|
|
- package
|
|
|
|
# AUR packages release
|
|
package-aur:
|
|
image: archlinux/base
|
|
stage: package
|
|
# needs:
|
|
# - release-github
|
|
dependencies: []
|
|
before_script: []
|
|
script:
|
|
- echo "$AUR_SSH_PRIVATE"
|
|
- echo "$TEST"
|