mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Note that pull request template needs to be updated to match verify-package
This commit is contained in:
parent
f9500a116c
commit
93f2d1f238
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -7,7 +7,7 @@ Checklist:
|
||||
|
||||
The script runs virtually the following commands in a clean directory:
|
||||
|
||||
stack unpack $package-$version # $version is optional
|
||||
stack unpack $package-$version # `-$version` is optional
|
||||
cd $package-$version
|
||||
rm -f stack.yaml && stack init --resolver nightly
|
||||
rm -f stack.yaml && stack init --resolver nightly --ignore-subdirs
|
||||
stack build --resolver nightly --haddock --test --bench --no-run-benchmarks
|
||||
|
||||
@ -30,6 +30,7 @@ exit() {
|
||||
}
|
||||
trap exit EXIT
|
||||
|
||||
# When updating these commands, make sure to update .github/PULL_REQUEST_TEMPLATE.md as well.
|
||||
cd "$dir"
|
||||
stack unpack "$package"
|
||||
cd "$(ls | head -n 1)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user