1
0
mirror of https://gitlab.com/ykkzde/posy-cursors synced 2024-09-29 00:00:47 +00:00
archive-posy-cursors/.gitlab-ci.yml

22 lines
490 B
YAML
Raw Normal View History

2019-10-31 22:13:37 +00:00
# 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
2019-10-31 23:59:24 +00:00
stages:
- package
# AUR packages release
package-aur:
image: archlinux/base
stage: package
# needs:
# - release-github
dependencies: []
before_script: []
script:
- echo "$AUR_SSH_PRIVATE"
2019-10-31 23:56:00 +00:00
- echo "$TEST"