aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/steps/20-sdist.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix cabal projects using source-repository-packageDaniel Gröber2020-05-021-0/+6
| | | | | | | | | | | Apparently we can get source-repo-packages in plan.json even when filtering for `"style": "local"`(`UnitTypeLocal`). It's possible the root cause here is a cabal bug as source-repository-package should really be treated more like a tarball than a local package. Regardless we simply filter units by actually checking for `uPkgSrc=Just LocalUnpackedPackage` instead of relying on "style". This fixes #99
* ci: Add GHC-8.6.2 jobDaniel Gröber2019-01-221-0/+1
|
* Switch CI to v2-buildDaniel Gröber2018-10-271-1/+8
|
* Adapt CI scripts for readonly sourcedirDaniel Gröber2017-09-191-6/+2
|
* Extract CI config into scriptsDaniel Gröber2017-09-181-0/+10