appveyor: add %GOPATH%\bin to the PATH
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Christian Couder committed
Feb 11, 2016 at 22:58 UTC
aa592b841e869629d95b13d77b55eb6412a4c87e
1 file changed
+2
-2
appveyor.yml
+2
-2
@@ -40,10 +40,10 @@ install:
40
# default file handles. Ensure a dummy file descriptor is opened with 'exec'.
41
#
42
build_script:
43
- - '%BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make nofuse"'
43
+ - '%BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; export PATH=$GOPATH/bin:$PATH; make nofuse"'
44
45
test_script:
46
- - '%BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; export GOFLAGS=''-tags nofuse''; export TEST_NO_FUSE=1; export TEST_VERBOSE=1; export TEST_SUITE=test_sharness_expensive; make $TEST_SUITE"'
46
+ - '%BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; export PATH=$GOPATH/bin:$PATH; export GOFLAGS=''-tags nofuse''; export TEST_NO_FUSE=1; export TEST_VERBOSE=1; export TEST_SUITE=test_sharness_expensive; make $TEST_SUITE"'
47
48
#build:
49
# parallel: true