Skip to content

Commit

Permalink
Remove duplicate triqs_ctseg entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Jun 28, 2024
1 parent 74ce33a commit ba53a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for (int i = 0; i < packagePlatforms.size(); i++) {
img.inside('-v /etc/passwd:/etc/passwd -v /etc/group:/etc/group') {
sh """#!/bin/bash -ex
top=\$PWD
for t in triqs triqs_cthyb triqs_ctseg triqs_dft_tools triqs_tprf triqs_ctseg triqs_maxent triqs_hubbardI triqs_hartree_fock solid_dmft triqs_Nevanlinna ; do
for t in triqs triqs_cthyb triqs_ctseg triqs_dft_tools triqs_tprf triqs_maxent triqs_hubbardI triqs_hartree_fock solid_dmft triqs_Nevanlinna ; do
mkdir \$top/test/\$t/run
cd \$top/test/\$t/run
cmake ..
Expand Down

0 comments on commit ba53a69

Please sign in to comment.