From 92092eee75d3bc303092b8462c87173a621cbf55 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 13 Dec 2024 16:51:51 +0100 Subject: [PATCH] chore: delete obsolete gitlab-ci file --- .gitlab-ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 654a180..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,20 +0,0 @@ -include: - - project: 'famedly/company/frontend/ci-templates' - ref: main - file: '/all.yml' - -unit_tests: - image: archlinux:latest # google/dart doesn't have openssl - stage: test - needs: [] - coverage: '/^\s+lines.+: (\d+.\d*%)/' - script: - - pacman --noconfirm -Syu - - pacman --noconfirm -S dart - - useradd -m test - - chown -R 'test:' '.' - - su -c 'dart pub get' test - - su -c 'dart test' test - artifacts: - paths: - - coverage/