Skip to content

Commit 0a7054f

Browse files
committed
Build from sdist on appveyor
1 parent 4cee7b6 commit 0a7054f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,9 @@ 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+
- "rmdir /Q /S dist-newstyle"
76+
- "cabal v2-sdist"
77+
- "sh -c 'echo packages: dist-newstyle/sdist/*.tar.gz > cabal.project'"
78+
- "cabal v2-build -j1 postgresql-libpq" # TODO: unfortunately the package name have to be here

0 commit comments

Comments
 (0)