Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hsc2hs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rinat Striungis
hsc2hs
Commits
4460c241
Commit
4460c241
authored
5 years ago
by
Ryan Scott
Browse files
Options
Downloads
Patches
Plain Diff
WIP: Add AppVeyor integration
Let's get some Windows CI up in here.
parent
76e3817e
No related branches found
Branches containing commit
Tags
ghc-9.4.1-alpha3
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+7
-0
7 additions, 0 deletions
README.rst
appveyor.yml
+33
-0
33 additions, 0 deletions
appveyor.yml
with
40 additions
and
0 deletions
README.rst
+
7
−
0
View file @
4460c241
``hsc2hs``: Haskell Pre-processor for C FFI bindings
``hsc2hs``: Haskell Pre-processor for C FFI bindings
####################################################
####################################################
[][Hackage: hsc2hs]
[](https://travis-ci.org/haskell/hsc2hs)
[](https://ci.appveyor.com/project/RyanGlScott/hsc2hs)
[Hackage: hsc2hs]:
http://hackage.haskell.org/package/hsc2hs
"hsc2hs package on Hackage"
The ``hsc2hs`` command can be used to automate some parts of the process
The ``hsc2hs`` command can be used to automate some parts of the process
of writing Haskell bindings to C code. It reads an almost-Haskell source
of writing Haskell bindings to C code. It reads an almost-Haskell source
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
0 → 100644
+
33
−
0
View file @
4460c241
clone_folder
:
"
c:
\\
WORK"
environment
:
global
:
CABOPTS
:
"
--store-dir=C:
\\
SR
--http-transport=plain-http"
matrix
:
-
GHCVER
:
"
8.8.1"
-
GHCVER
:
"
8.6.5"
-
GHCVER
:
"
8.4.4"
-
GHCVER
:
"
8.2.2"
-
GHCVER
:
"
8.0.2.2"
-
GHCVER
:
"
7.10.3.2"
-
GHCVER
:
"
7.8.4.1"
-
GHCVER
:
"
7.6.3.1"
cache
:
-
"
C:
\\
SR"
install
:
-
"
choco
install
-y
cabal"
-
"
choco
install
-y
ghc
--version
%GHCVER%"
-
"
refreshenv"
-
"
set
PATH=C:
\\
msys64
\\
mingw64
\\
bin;C:
\\
msys64
\\
usr
\\
bin;%PATH%"
-
"
cabal
--version"
-
"
ghc
--version"
-
"
cabal
%CABOPTS%
update
-v"
build
:
off
test_script
:
-
IF EXIST configure.ac bash -c "autoreconf -i"
-
"
echo
packages:.
>
cabal.project"
-
"
cabal
%CABOPTS%
new-test
-j1
all"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment