From d4dc7e94a2d056f6c413e60ad13223fe5eb87d3b Mon Sep 17 00:00:00 2001 From: FriedrichWu Date: Wed, 12 Feb 2025 09:51:12 +0100 Subject: [PATCH] remove gitlab-ci --- .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 871201e0..00000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,20 +0,0 @@ -default: - image: ubuntu:latest - before_script: - - apt-get update && apt-get install -y git wget make gcc curl - - git checkout ci_test - - git pull origin ci_test - - chmod +x ./install_conda.sh - - ./install_conda.sh - - echo "export OPENRAM_HOME="/builds/asic_non_nda/openramenhanced/compiler"" >> ~/.bashrc - - echo "export OPENRAM_TECH="/builds/asic_non_nda/openramenhance/technology"" >> ~/.bashrc - - echo "export PYTHONPATH=$OPENRAM_HOME" >> ~/.bashrc - - source ~/.bashrc - - source miniconda/bin/activate - - make sky130-pdk - - make sky130-install - script: - - pwd - - cd ./macros - - make sky130_sram_1rw_tiny - \ No newline at end of file