diff -r 5c58d05abae6 -r cc2204bc6109 .gitlab-ci.yml --- a/.gitlab-ci.yml Thu Jun 20 22:31:58 2024 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -image: fukamachi/sbcl -before_script: -- apt-get mercurial -- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- rustup default nightly -- hg clone https://lab.rwest.io/otom8/demo ~/quicklisp/local-projects/demo -stages: - - build - - test - - deploy -build-job: - stage: build - script: - - echo "Compiling the code..." - - make build - - echo "Compile complete." -unit-test-job: - stage: test - script: - - echo "Running unit tests..." - - make test -lint-test-job: - stage: test - script: - - echo "Linting code..." - - make fmt - - echo "No lint issues found." -deploy-job: - stage: deploy - script: - - echo "Deploying application..." - - echo "Application successfully deployed." \ No newline at end of file