We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cee7b6 commit 0a7054fCopy full SHA for 0a7054f
appveyor.yml
@@ -70,3 +70,9 @@ test_script:
70
- "cabal %CABOPTS% v2-build -j1 all"
71
# - "cabal %CABOPTS% v2-test -j1 all"
72
- "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