From e5f53f3567245225349c0aa8045ab95e3d0ee321 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <38938720+TotallyNotElite@users.noreply.github.com> Date: Wed, 6 Jun 2018 21:43:23 +0200 Subject: [PATCH 1/2] Create .gitlab-ci.yml --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..8d817792 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +image: registry.gitlab.com/totallynotelite/cathook/ubuntu-cat-dependencies:build +variables: + DOCKER_DRIVER: overlay2 +build: + stage: build + before_script: + - "git submodule update --init --recursive" + script: + - "cd libglez;mkdir build;cd build;cmake ..;make;make install;cd ..;cd .." + - "cd libxoverlay;mkdir build;cd build;cmake ..;make;make install;cd ..;cd .." + - "cd simple-ipc;mkdir build;cd build;cmake ..;make;make install;cd ..;cd .." + - "mkdir build; cd build; cmake ..; make; cd .." From 469819223c27a3ee835035a98ffefc9adfffc02d Mon Sep 17 00:00:00 2001 From: TotallyNotElite <38938720+TotallyNotElite@users.noreply.github.com> Date: Thu, 7 Jun 2018 16:22:16 +0200 Subject: [PATCH 2/2] Continous Integration for cathook! --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d817792..c0e913c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.gitlab.com/totallynotelite/cathook/ubuntu-cat-dependencies:build +image: registry.gitlab.com/nullworks/cathook-ci/ubuntu-cat-dependencies variables: DOCKER_DRIVER: overlay2 build: