summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAdrien Hopkins <masterofnumbers17@gmail.com>2019-10-15 20:13:04 -0400
committerAdrien Hopkins <masterofnumbers17@gmail.com>2019-10-15 20:13:04 -0400
commit511fe144da142082a02b5a5b07e67bb76df1331e (patch)
treeeae73bc8eb0454523df804b7f0c3de52aee4f65a /.gitlab-ci.yml
parentefb8729719257c4a766058c5c7122648d94dd8b3 (diff)
Finalized the removal of Maven from Unit Converter
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 7c2efb0..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-# attempt at ci
-
-image: maven:3-jdk-8
-
-
-build:
- stage: build
- script: "mvn clean -B"
- script: "mvn compile -B"
-
-
-test:
- stage: test
- script: "mvn verify"