[glade-web] Deploy to GitLab Pages
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade-web] Deploy to GitLab Pages
- Date: Fri, 15 Apr 2022 08:38:19 +0000 (UTC)
commit 856cc44ad9e992ea9dbb021123bb418afe544952
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Fri Apr 15 10:38:09 2022 +0200
Deploy to GitLab Pages
.gitlab-ci.yml | 9 +++++++++
1 file changed, 9 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..3655ba9
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,9 @@
+image: centos:7
+
+pages:
+ script:
+ - yum install -y make bzip2 wget
+ - make WEBDIR=public
+ artifacts:
+ paths:
+ - public
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]