Skip to content

Commit

Permalink
Merge pull request #196 from roc-lang/roc-dev-build-flags
Browse files Browse the repository at this point in the history
pass ROC_BUILD_FLAGS to roc dev too
  • Loading branch information
Anton-4 authored Apr 28, 2024
2 parents 952bc7d + fe41214 commit dd70c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ for roc_file in $EXAMPLES_DIR*.roc; do
if [ "$base_file" == "path.roc" ]; then
absolute_roc=$(which $ROC | xargs realpath)
cd $EXAMPLES_DIR
$absolute_roc dev $base_file
$absolute_roc dev $base_file $ROC_BUILD_FLAGS
cd ..
else
$ROC dev $roc_file
$ROC dev $roc_file $ROC_BUILD_FLAGS
fi
done

Expand Down

0 comments on commit dd70c1f

Please sign in to comment.