Skip to content

Commit

Permalink
Use --sourcehut-source only in sourcehut tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Dec 19, 2021
1 parent 18d3340 commit e0af383
Show file tree
Hide file tree
Showing 34 changed files with 58 additions and 56 deletions.
2 changes: 1 addition & 1 deletion fixtures/all-versions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Bash script for testing for GHC versions: 7.0.1 7.0.2 7.0.3 7.0.4 7.2.1 7.2.2 7.4.1 7.4.2 7.6.1 7.6.2 7.6.3 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7 9.0.1 9.2.1 ghcjs-8.4
#!/bin/bash
# shellcheck disable=SC2086,SC2016,SC2046
# REGENDATA ["bash","all-versions.project","--sourcehut-source","https://example.org"]
# REGENDATA ["bash","all-versions.project"]

set -o pipefail

Expand Down
4 changes: 2 additions & 2 deletions fixtures/all-versions.github
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# *INFO* Generating GitHub config for testing for GHC versions: 7.0.1 7.0.2 7.0.3 7.0.4 7.2.1 7.2.2 7.4.1 7.4.2 7.6.1 7.6.2 7.6.3 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7 9.0.1 9.2.1 ghcjs-8.4
# This GitHub workflow config has been generated by a script via
#
# haskell-ci 'github' 'all-versions.project' '--sourcehut-source' 'https://example.org'
# haskell-ci 'github' 'all-versions.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
# haskell-ci regenerate
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# REGENDATA ["github","all-versions.project","--sourcehut-source","https://example.org"]
# REGENDATA ["github","all-versions.project"]
#
name: Haskell-CI
on:
Expand Down
4 changes: 2 additions & 2 deletions fixtures/all-versions.travis
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Travis-CI config for testing for GHC versions: 7.0.1 7.0.2 7.0.3 7.0.4 7.2.1 7.2.2 7.4.1 7.4.2 7.6.1 7.6.2 7.6.3 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7 9.0.1 9.2.1 ghcjs-8.4
# This Travis job script has been generated by a script via
#
# haskell-ci 'travis' 'all-versions.project' '--sourcehut-source' 'https://example.org'
# haskell-ci 'travis' 'all-versions.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
Expand Down Expand Up @@ -276,5 +276,5 @@ script:
- rm -f cabal.project.local
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all

# REGENDATA ["travis","all-versions.project","--sourcehut-source","https://example.org"]
# REGENDATA ["travis","all-versions.project"]
# EOF
2 changes: 1 addition & 1 deletion fixtures/copy-fields-all.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Bash script for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
#!/bin/bash
# shellcheck disable=SC2086,SC2016,SC2046
# REGENDATA ["--copy-fields=all","bash","copy-fields-all.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--copy-fields=all","bash","copy-fields-all.project"]

set -o pipefail

Expand Down
4 changes: 2 additions & 2 deletions fixtures/copy-fields-all.github
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# *INFO* Generating GitHub config for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
# This GitHub workflow config has been generated by a script via
#
# haskell-ci '--copy-fields=all' 'github' 'copy-fields-all.project' '--sourcehut-source' 'https://example.org'
# haskell-ci '--copy-fields=all' 'github' 'copy-fields-all.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
# haskell-ci regenerate
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# REGENDATA ["--copy-fields=all","github","copy-fields-all.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--copy-fields=all","github","copy-fields-all.project"]
#
name: Haskell-CI
on:
Expand Down
4 changes: 2 additions & 2 deletions fixtures/copy-fields-all.travis
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Travis-CI config for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
# This Travis job script has been generated by a script via
#
# haskell-ci '--copy-fields=all' 'travis' 'copy-fields-all.project' '--sourcehut-source' 'https://example.org'
# haskell-ci '--copy-fields=all' 'travis' 'copy-fields-all.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
Expand Down Expand Up @@ -272,5 +272,5 @@ script:
- rm -f cabal.project.local
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all

# REGENDATA ["--copy-fields=all","travis","copy-fields-all.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--copy-fields=all","travis","copy-fields-all.project"]
# EOF
2 changes: 1 addition & 1 deletion fixtures/copy-fields-none.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Bash script for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
#!/bin/bash
# shellcheck disable=SC2086,SC2016,SC2046
# REGENDATA ["--copy-fields=none","bash","copy-fields-none.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--copy-fields=none","bash","copy-fields-none.project"]

set -o pipefail

Expand Down
4 changes: 2 additions & 2 deletions fixtures/copy-fields-none.github
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# *INFO* Generating GitHub config for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
# This GitHub workflow config has been generated by a script via
#
# haskell-ci '--copy-fields=none' 'github' 'copy-fields-none.project' '--sourcehut-source' 'https://example.org'
# haskell-ci '--copy-fields=none' 'github' 'copy-fields-none.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
# haskell-ci regenerate
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# REGENDATA ["--copy-fields=none","github","copy-fields-none.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--copy-fields=none","github","copy-fields-none.project"]
#
name: Haskell-CI
on:
Expand Down
4 changes: 2 additions & 2 deletions fixtures/copy-fields-none.travis
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Travis-CI config for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
# This Travis job script has been generated by a script via
#
# haskell-ci '--copy-fields=none' 'travis' 'copy-fields-none.project' '--sourcehut-source' 'https://example.org'
# haskell-ci '--copy-fields=none' 'travis' 'copy-fields-none.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
Expand Down Expand Up @@ -250,5 +250,5 @@ script:
- rm -f cabal.project.local
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all

# REGENDATA ["--copy-fields=none","travis","copy-fields-none.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--copy-fields=none","travis","copy-fields-none.project"]
# EOF
2 changes: 1 addition & 1 deletion fixtures/copy-fields-some.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Bash script for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
#!/bin/bash
# shellcheck disable=SC2086,SC2016,SC2046
# REGENDATA ["--copy-fields=some","bash","copy-fields-some.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--copy-fields=some","bash","copy-fields-some.project"]

set -o pipefail

Expand Down
4 changes: 2 additions & 2 deletions fixtures/copy-fields-some.github
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# *INFO* Generating GitHub config for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
# This GitHub workflow config has been generated by a script via
#
# haskell-ci '--copy-fields=some' 'github' 'copy-fields-some.project' '--sourcehut-source' 'https://example.org'
# haskell-ci '--copy-fields=some' 'github' 'copy-fields-some.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
# haskell-ci regenerate
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# REGENDATA ["--copy-fields=some","github","copy-fields-some.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--copy-fields=some","github","copy-fields-some.project"]
#
name: Haskell-CI
on:
Expand Down
4 changes: 2 additions & 2 deletions fixtures/copy-fields-some.travis
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Travis-CI config for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
# This Travis job script has been generated by a script via
#
# haskell-ci '--copy-fields=some' 'travis' 'copy-fields-some.project' '--sourcehut-source' 'https://example.org'
# haskell-ci '--copy-fields=some' 'travis' 'copy-fields-some.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
Expand Down Expand Up @@ -256,5 +256,5 @@ script:
- rm -f cabal.project.local
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all

# REGENDATA ["--copy-fields=some","travis","copy-fields-some.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--copy-fields=some","travis","copy-fields-some.project"]
# EOF
2 changes: 1 addition & 1 deletion fixtures/empty-line.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Bash script for testing for GHC versions: ghc-head 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
#!/bin/bash
# shellcheck disable=SC2086,SC2016,SC2046
# REGENDATA ["--ghc-head","bash","empty-line.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--ghc-head","bash","empty-line.project"]

set -o pipefail

Expand Down
4 changes: 2 additions & 2 deletions fixtures/empty-line.github
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# *INFO* Generating GitHub config for testing for GHC versions: ghc-head 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
# This GitHub workflow config has been generated by a script via
#
# haskell-ci '--ghc-head' 'github' 'empty-line.project' '--sourcehut-source' 'https://example.org'
# haskell-ci '--ghc-head' 'github' 'empty-line.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
# haskell-ci regenerate
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# REGENDATA ["--ghc-head","github","empty-line.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--ghc-head","github","empty-line.project"]
#
name: Haskell-CI
on:
Expand Down
4 changes: 2 additions & 2 deletions fixtures/empty-line.travis
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Travis-CI config for testing for GHC versions: ghc-head 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
# This Travis job script has been generated by a script via
#
# haskell-ci '--ghc-head' 'travis' 'empty-line.project' '--sourcehut-source' 'https://example.org'
# haskell-ci '--ghc-head' 'travis' 'empty-line.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
Expand Down Expand Up @@ -280,5 +280,5 @@ script:
- rm -f cabal.project.local
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all

# REGENDATA ["--ghc-head","travis","empty-line.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--ghc-head","travis","empty-line.project"]
# EOF
2 changes: 1 addition & 1 deletion fixtures/enabled-jobs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Bash script for testing for GHC versions: 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7 9.0.1 9.2.1 ghcjs-8.4
#!/bin/bash
# shellcheck disable=SC2086,SC2016,SC2046
# REGENDATA ["--enabled-jobs=>=8","bash","enabled-jobs.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--enabled-jobs=>=8","bash","enabled-jobs.project"]

set -o pipefail

Expand Down
4 changes: 2 additions & 2 deletions fixtures/enabled-jobs.github
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# *INFO* Generating GitHub config for testing for GHC versions: 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7 9.0.1 9.2.1 ghcjs-8.4
# This GitHub workflow config has been generated by a script via
#
# haskell-ci '--enabled-jobs=>=8' 'github' 'enabled-jobs.project' '--sourcehut-source' 'https://example.org'
# haskell-ci '--enabled-jobs=>=8' 'github' 'enabled-jobs.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
# haskell-ci regenerate
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# REGENDATA ["--enabled-jobs=>=8","github","enabled-jobs.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--enabled-jobs=>=8","github","enabled-jobs.project"]
#
name: Haskell-CI
on:
Expand Down
4 changes: 2 additions & 2 deletions fixtures/enabled-jobs.travis
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Travis-CI config for testing for GHC versions: 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7 9.0.1 9.2.1 ghcjs-8.4
# This Travis job script has been generated by a script via
#
# haskell-ci '--enabled-jobs=>=8' 'travis' 'enabled-jobs.project' '--sourcehut-source' 'https://example.org'
# haskell-ci '--enabled-jobs=>=8' 'travis' 'enabled-jobs.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
Expand Down Expand Up @@ -222,5 +222,5 @@ script:
- rm -f cabal.project.local
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all

# REGENDATA ["--enabled-jobs=>=8","travis","enabled-jobs.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--enabled-jobs=>=8","travis","enabled-jobs.project"]
# EOF
2 changes: 1 addition & 1 deletion fixtures/irc-channels.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Bash script for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
#!/bin/bash
# shellcheck disable=SC2086,SC2016,SC2046
# REGENDATA ["--irc-channels=irc.libera.chat#mychannel","bash","irc-channels.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--irc-channels=irc.libera.chat#mychannel","bash","irc-channels.project"]

set -o pipefail

Expand Down
4 changes: 2 additions & 2 deletions fixtures/irc-channels.github
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# *INFO* Generating GitHub config for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
# This GitHub workflow config has been generated by a script via
#
# haskell-ci '--irc-channels=irc.libera.chat#mychannel' 'github' 'irc-channels.project' '--sourcehut-source' 'https://example.org'
# haskell-ci '--irc-channels=irc.libera.chat#mychannel' 'github' 'irc-channels.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
# haskell-ci regenerate
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# REGENDATA ["--irc-channels=irc.libera.chat#mychannel","github","irc-channels.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--irc-channels=irc.libera.chat#mychannel","github","irc-channels.project"]
#
name: Haskell-CI
on:
Expand Down
4 changes: 2 additions & 2 deletions fixtures/irc-channels.travis
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Travis-CI config for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
# This Travis job script has been generated by a script via
#
# haskell-ci '--irc-channels=irc.libera.chat#mychannel' 'travis' 'irc-channels.project' '--sourcehut-source' 'https://example.org'
# haskell-ci '--irc-channels=irc.libera.chat#mychannel' 'travis' 'irc-channels.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
Expand Down Expand Up @@ -230,5 +230,5 @@ script:
- rm -f cabal.project.local
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all

# REGENDATA ["--irc-channels=irc.libera.chat#mychannel","travis","irc-channels.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--irc-channels=irc.libera.chat#mychannel","travis","irc-channels.project"]
# EOF
2 changes: 1 addition & 1 deletion fixtures/messy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Bash script for testing for GHC versions: ghc-head 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
#!/bin/bash
# shellcheck disable=SC2086,SC2016,SC2046
# REGENDATA ["--ghc-head","--apt=fftw3-dev","--installed=-all +deepseq","bash","messy.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--ghc-head","--apt=fftw3-dev","--installed=-all +deepseq","bash","messy.project"]

set -o pipefail

Expand Down
4 changes: 2 additions & 2 deletions fixtures/messy.github
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# *INFO* Generating GitHub config for testing for GHC versions: ghc-head 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
# This GitHub workflow config has been generated by a script via
#
# haskell-ci '--ghc-head' '--apt=fftw3-dev' '--installed=-all +deepseq' 'github' 'messy.project' '--sourcehut-source' 'https://example.org'
# haskell-ci '--ghc-head' '--apt=fftw3-dev' '--installed=-all +deepseq' 'github' 'messy.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
# haskell-ci regenerate
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# REGENDATA ["--ghc-head","--apt=fftw3-dev","--installed=-all +deepseq","github","messy.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--ghc-head","--apt=fftw3-dev","--installed=-all +deepseq","github","messy.project"]
#
name: Haskell-CI
on:
Expand Down
4 changes: 2 additions & 2 deletions fixtures/messy.travis
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Travis-CI config for testing for GHC versions: ghc-head 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
# This Travis job script has been generated by a script via
#
# haskell-ci '--ghc-head' '--apt=fftw3-dev' '--installed=-all +deepseq' 'travis' 'messy.project' '--sourcehut-source' 'https://example.org'
# haskell-ci '--ghc-head' '--apt=fftw3-dev' '--installed=-all +deepseq' 'travis' 'messy.project'
#
# To regenerate the script (for example after adjusting tested-with) run
#
Expand Down Expand Up @@ -274,5 +274,5 @@ script:
- rm -f cabal.project.local
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all

# REGENDATA ["--ghc-head","--apt=fftw3-dev","--installed=-all +deepseq","travis","messy.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--ghc-head","--apt=fftw3-dev","--installed=-all +deepseq","travis","messy.project"]
# EOF
2 changes: 1 addition & 1 deletion fixtures/psql.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *INFO* Generating Bash script for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
#!/bin/bash
# shellcheck disable=SC2086,SC2016,SC2046
# REGENDATA ["--postgresql","bash","psql.project","--sourcehut-source","https://example.org"]
# REGENDATA ["--postgresql","bash","psql.project"]

set -o pipefail

Expand Down
Loading

0 comments on commit e0af383

Please sign in to comment.