mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
bugfixes
This commit is contained in:
parent
dc9009be76
commit
9b5a10ce41
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
|
||||
new file mode 100644
|
||||
index 0000000..2badfe9
|
||||
index 0000000..a194a5c
|
||||
--- /dev/null
|
||||
+++ b/.gitlab-ci.yml
|
||||
@@ -0,0 +1,12 @@
|
||||
@@ -0,0 +1,13 @@
|
||||
+stages:
|
||||
+ - build
|
||||
+
|
||||
+
|
||||
+create-patch:
|
||||
+ stage: build
|
||||
+ variables:
|
||||
|
|
Loading…
Reference in a new issue