From aece0e58f930f908dd06181c04ed40a1da4ee9c8 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 26 Jan 2025 16:59:20 +0100 Subject: Add sourcehut build --- .gitlab-ci.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 04ec6ba..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,14 +0,0 @@ -image: lyriclitest/swift:5.0.1 - -stages: - - lint - -cache: - key: ${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHA} - paths: - - .build/ - -lint: - stage: lint - script: - - make lint -- cgit