From 468913154763aba1b1a723946defedb8f1ce1411 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 16 Aug 2020 23:35:27 +0200 Subject: [PATCH] [CI] no core no gui --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c535d0..c6475ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,6 @@ ci_build: script: - export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 - eval echo "~$USER" - - cd core/ - ant clean - ant build @@ -33,7 +32,6 @@ ci_test: stage: test script: - export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 - - cd gui/ - ant clean build TestBasicLog artifacts: reports: