Skip to content

Commit

Permalink
Remove old KIM
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny authored Feb 3, 2025
1 parent 8650bb6 commit e43846b
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,25 +111,6 @@ mephit:
paths:
- MEPHIT/

kim:
stage: codes
needs: []
script:
- export CODE=`pwd`
- source scripts/util.sh
- set_branch
- clone_gitlab kim
- cd kim
- ../scripts/checkout_branch.sh $CI_COMMIT_REF_NAME
- mkdir build
- cd build
- cmake .. -DCMAKE_Fortran_FLAGS=-I/usr/include/hdf5/serial
- make
artifacts:
paths:
- kim/
allow_failure: true

neo2-job:
stage: codes
needs: ["fgsl", "libneo"]
Expand Down

0 comments on commit e43846b

Please sign in to comment.