Browse Source

gitlab ci

SBird1337 6 years ago
parent
commit
98ac225945
1 changed files with 16 additions and 0 deletions
  1. 16
    0
      .gitlab-ci.yml

+ 16
- 0
.gitlab-ci.yml View File

@@ -0,0 +1,16 @@
1
+variables:
2
+  GIT_SUBMODULE_STRATEGY: recursive
3
+
4
+stages:
5
+  - build
6
+
7
+build-sots:
8
+  stage: build
9
+  only:
10
+    - tags
11
+    - web
12
+    - triggers
13
+  script:
14
+    - echo "Building Pokémon SotS"
15
+    - apt-get install -qq -y binutils-arm-none-eabi
16
+    - make -j4 all