diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index ec4be6d..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,18 +0,0 @@ -# SPDX-FileCopyrightText: 2021-2023 Robin Vobruba -# -# SPDX-License-Identifier: Unlicense - -default: - image: hoijui/nim-ci:latest - -pages: - before_script: - - git submodule update --init --recursive - script: - - scripts/install_requirements - - scripts/ci-run - only: - - master - artifacts: - paths: - - public