@cryptotaxi247 / kubo / commits / b0b4a5735

appveyor: remove 'make toolkit_upgrade'

License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>

Christian Couder committed May 16, 2016 at 06:24 UTC b0b4a57357fb847718c628d9bb5001f73eeecd40
1 file changed +1 -1
appveyor.yml
+1 -1
@@ -40,7 +40,7 @@ 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; export PATH=$GOPATH/bin:$PATH; make toolkit_upgrade; 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 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"'