Skip to content

Commit 89f32d7

Browse files
committed
Build from sdist on appveyor
1 parent 4cee7b6 commit 89f32d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,8 @@ test_script:
7070
- "cabal %CABOPTS% v2-build -j1 all"
7171
# - "cabal %CABOPTS% v2-test -j1 all"
7272
- "cabal %CABOPTS% v2-run smoke"
73+
74+
# Build from sdist
75+
- "cabal v2-sdist"
76+
- "sh -c 'echo packages: dist-newstyle/sdist/*.tar.gz > cabal.project'"
77+
- "cabal v2-build -j1 all"

0 commit comments

Comments
 (0)