aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-05-17 13:48:22 +0200
committerThomas White <taw@physics.org>2023-05-17 13:48:22 +0200
commitba66c658112a6ea54b40ae5f550c45d7ae2cb6bd (patch)
treeab26049a3a12e10b348f362841acfaf18b553c57 /.gitlab-ci.yml
parentdcc66eb896e9eb0f2928220674ff92ea0ede1c50 (diff)
CI: Add deploy stage
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 475236a5..bb934299 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ stages:
- test
- test_brew
- build_container
+ - deploy
build-meson:
image: fedora:32