Skip to content

Commit

Permalink
fix: update eo and unphi
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Mar 6, 2024
1 parent 0637f1c commit e0dde46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if ! [ -d node_modules ]; then npm i; fi
export LC_ALL=C.UTF-8

shopt -s expand_aliases
EO="0.35.5"
EO="0.35.7"
alias eo="npx eoc --parser=${EO}"

function prepare_directory {
Expand Down Expand Up @@ -52,7 +52,7 @@ function tests_without_normalization {
mkdir -p eo-not-normalized
cd phi
rsync -r ../eo/.eoc .
eo unphi
eo unphi --tests
rsync -r .eoc/unphi/ --exclude org .eoc/2-optimize
eo print
rsync -r .eoc/print/ --exclude org ../eo-not-normalized
Expand Down Expand Up @@ -92,7 +92,7 @@ function tests_with_normalization {

cd phi-normalized
rsync -r ../eo/.eoc .
eo unphi
eo unphi --tests
rsync -r .eoc/unphi/ --exclude org .eoc/2-optimize
eo print
cd ..
Expand Down

0 comments on commit e0dde46

Please sign in to comment.