# 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"