git clone https://github.com/wren-lang/wren
cd wren/projects/make
make
- cp ../../bin/wren_test ../../../wren
- name: wren [ update ]
if: steps.wren.outputs.cache-hit == 'true'
if [ $(git rev-parse HEAD) != $(git ls-remote https://github.com/wren-lang/wren.git HEAD | cut -f1) ]
then
git pull
+ cd projects/make
make
fi
+ - name: wren [ install ]
+ run: cp wren/bin/wren_test wren/bin/wren
+
- uses: actions/cache@v1
name: Lua [ cache ]
id: lua
echo 'chuck --silent $@' > ./chuck
chmod +x ./chuck
./chuck benchmark/string-equals.ck
+ export PATH=./wren/bin:$PATH
export PATH=./lua:$PATH
export PATH=./mdr:$PATH
export PATH=./Gwion:$PATH