more DRY haxelib dev of projects for testing
This commit is contained in:
14
test-env.sh
Normal file
14
test-env.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#! /bin/bash
|
||||
|
||||
haxelib dev kiss kiss
|
||||
|
||||
# Every project with a haxelib.json should be made available to every other project/unit test
|
||||
projects=$(ls projects)
|
||||
for project in $projects
|
||||
do
|
||||
if [ -e projects/${project}/haxelib.json ]
|
||||
then
|
||||
haxelib dev $project projects/$project
|
||||
# the word project has lost all meaning at this point
|
||||
fi
|
||||
done
|
||||
Reference in New Issue
Block a user