aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-05-06 17:32:57 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-05-06 17:32:57 +0200
commit25925b93b0ec4a4868e8b0618e4047e16ea906c9 (patch)
treeafa6efe794ab74b39ae6e575b957b9c70a7a6a8d
parente1a7db60716c9a1e2999748b78abaa345e29da28 (diff)
downloadfbida-25925b93b0ec4a4868e8b0618e4047e16ea906c9.tar.gz
gitlab ci test build
-rw-r--r--.gitlab-ci.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..4a0dd5a
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,19 @@
+stages:
+ - boot
+ - build
+# - rpms
+# - repo
+
+include:
+ - project: 'kraxel/rpm-package-builder'
+ file: 'gitlab-ci-build-meson.yml'
+# - project: 'kraxel/rpm-package-builder'
+# file: 'gitlab-ci-rpms-tito.yml'
+
+boot-aarch64:
+ stage: boot
+ rules:
+ - if: '$BUILD_AARCH64 == "yes"'
+ trigger:
+ project: kraxel/ec2-init-scripts
+ branch: boot-aarch64