Skip to content

Commit

Permalink
BF2 for continous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienRietteMTO committed Nov 4, 2024
1 parent 0aaed09 commit a37b028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/INSTALL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ else
set +e; make clean; set -e
compilationNeeded=1
fi
cd ..
fi
if [ $compilationNeeded -eq 1 ]; then
cd fxtran
Expand Down
2 changes: 1 addition & 1 deletion bin/testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ if [ ${force} -eq 1 -o $(get_statuses "${SHA}" | grep -w "${context}" | wc -l) -
exec "${WORKDIR}/pyft/bin/testing.sh" $allargs
fi
fi
log 1 "Installing/updating PHYEX"
log 1 "Installing/updating pyft"
${WORKDIR}/pyft/bin/INSTALL.sh
fi
. "${WORKDIR}/pyft/bin/env.sh"
Expand Down

0 comments on commit a37b028

Please sign in to comment.