Closed tmcgilchrist closed 3 years ago
Thanks for doing this. Could you modify the pull request to keep the -O2 flag? I know cabal check
complains about it, but I run the code more often then I compile it, so I'd rather have the flag in there, until we run some benchmarks and determine that it is not needed.
Sure no problem.
To get the build status to turn up on a PR you'll need to enable it in travis website.
@yav Still interested in merging this?
There are now better options for CI, namely Github Actions.
Adds a travis ci build config.
Also pulls in some other perhaps questionable changes like:
-02
and bumping cabal version range, again cabal check encouraged this.Dropping the running of
cabal check
might remove the need to do some of these things.