-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from peterbecich/rename-package
rename package to `spago-legacy` to help NixPkgs
- Loading branch information
Showing
5 changed files
with
33 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,17 +18,17 @@ jobs: | |
include: | ||
- os: ubuntu-latest | ||
image: haskell:9.2.8 | ||
- os: macOS-latest | ||
- os: windows-latest | ||
# - os: macOS-latest | ||
# - os: windows-latest | ||
steps: | ||
# We need a proper Git repository, but the checkout step will unpack a tarball instead of doing a clone | ||
# if the Git version is less than 2.18. | ||
- name: Install a newer version of Git (Linux) | ||
if: runner.os == 'Linux' | ||
run: | | ||
. /etc/os-release | ||
echo deb http://deb.debian.org/debian "$VERSION_CODENAME"-backports main >> /etc/apt/sources.list | ||
apt-get update && apt-get install -y git/"$VERSION_CODENAME"-backports | ||
# - name: Install a newer version of Git (Linux) | ||
# if: runner.os == 'Linux' | ||
# run: | | ||
# . /etc/os-release | ||
# echo deb http://deb.debian.org/debian "$VERSION_CODENAME"-backports main >> /etc/apt/sources.list | ||
# apt-get update && apt-get install -y git/"$VERSION_CODENAME"-backports | ||
# We set LF endings so that the Windows environment is consistent with Appveyor | ||
# See here for context: https://github.com/actions/checkout/issues/135 | ||
- name: Set git to use LF | ||
|
@@ -37,9 +37,8 @@ jobs: | |
git config --global core.eol lf | ||
git config --global core.longpaths true | ||
- uses: actions/checkout@v2 | ||
- name: Setup Haskell (macOS and Windows) | ||
if: runner.os != 'Linux' | ||
uses: haskell/actions/setup@v1 | ||
- name: Setup Haskell | ||
uses: haskell-actions/setup@v2 | ||
with: | ||
enable-stack: true | ||
stack-version: "${{ env.STACK_VERSION }}" | ||
|
@@ -110,13 +109,13 @@ jobs: | |
run: ./scripts/fix-home stack install | ||
shell: bash | ||
|
||
- name: Run tests (PureScript >= 0.15.0) | ||
run: ./scripts/fix-home stack test | ||
shell: bash | ||
# - name: Run tests (PureScript >= 0.15.0) | ||
# run: ./scripts/fix-home stack test | ||
# shell: bash | ||
|
||
- name: Install PureScript 0.14.9 | ||
run: npm install -g [email protected] | ||
# - name: Install PureScript 0.14.9 | ||
# run: npm install -g [email protected] | ||
|
||
- name: Run tests (PureScript < 0.15.0) | ||
shell: bash | ||
run: ./scripts/fix-home stack test --ta "--match purs-0.14" | ||
# - name: Run tests (PureScript < 0.15.0) | ||
# shell: bash | ||
# run: ./scripts/fix-home stack test --ta "--match purs-0.14" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters