File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ if [[ $TARGET_OS_NAME == 'Linux' ]]; then
8
8
if [[ " $BUILD_TARGET " != " " ]]; then
9
9
docker run -t --rm -e CI=${CI} -v ${CUR} :/fibjs fibjs/${BUILD_TARGET} -test-env:${TARGET_ARCH} bash -c " cd /fibjs; ./bin/${DIST_DIR} /fibjs test/main.js"
10
10
else
11
- docker run -t --rm -e CI=${CI} -v ${CUR} :/fibjs fibjs/linux-build-env:${TARGET_ARCH} bash -c " cd /fibjs; ./bin/${DIST_DIR} /fibjs test/main.js"
12
11
if [[ $TARGET_ARCH == ' amd64' ]]; then
13
12
docker run -t --rm -e CI=${CI} -v ${CUR} :/fibjs ubuntu:10.04 bash -c " cd /fibjs; ./bin/${DIST_DIR} /fibjs test/main.js"
13
+ else
14
+ docker run -t --rm -e CI=${CI} -v ${CUR} :/fibjs fibjs/linux-build-env:${TARGET_ARCH} bash -c " cd /fibjs; ./bin/${DIST_DIR} /fibjs test/main.js"
14
15
fi
15
16
fi
16
17
else # Windows/Darwin
You can’t perform that action at this time.
0 commit comments