Skip to content

Commit 4a31bae

Browse files
committed
CI updates
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent 3fbde1b commit 4a31bae

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ build_script:
4545
- ..\cabal test integration-tests2 --show-details=streaming --test-option=--hide-successes
4646
- ..\cabal test solver-quickcheck --show-details=streaming --test-option=--hide-successes --test-option=--quickcheck-tests=1000
4747
- ..\cabal test memory-usage-tests --show-details=streaming
48+
- cd ..\cabal-testsuite
49+
- dist\build\cabal-tests\cabal-tests.exe -j3 --skip-setup-tests --with-cabal=..\cabal-install\dist\build\cabal\cabal.exe

travis-script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ timed ${CABAL_INSTALL_BDIR}/build/cabal/cabal update
128128
(cd cabal-install && timed ${CABAL_INSTALL_BDIR}/build/integration-tests2/integration-tests2 $TEST_OPTIONS) || exit $?
129129
(cd cabal-install && timed ${CABAL_INSTALL_BDIR}/build/memory-usage-tests/memory-usage-tests $TEST_OPTIONS) || exit $?
130130

131+
(cd cabal-testsuite && timed ${CABAL_TESTSUITE_BDIR}/build/cabal-tests/cabal-tests -j3 --skip-setup-tests --with-cabal ${CABAL_INSTALL_BDIR}/build/cabal/cabal $TEST_OPTIONS) || exit $?
132+
131133
# Haddock
132134
(cd cabal-install && timed ${CABAL_INSTALL_SETUP} haddock --builddir=${CABAL_INSTALL_BDIR} ) || exit $?
133135

0 commit comments

Comments
 (0)