1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

Merge remote-tracking branch 'origin/master' into if-any-monad-is-not-freer-then-I-too-am-bound

This commit is contained in:
Patrick Thomson 2019-06-03 13:40:49 -04:00
commit 1932332b96
2 changed files with 39 additions and 2 deletions

37
.travis.yml Normal file
View File

@ -0,0 +1,37 @@
language: c
cache:
directories:
- $HOME/.cabal/packages
- $HOME/.cabal/store
before_cache:
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/build-reports.log
# remove files that are regenerated by 'cabal update'
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/00-index.*
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/*.json
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.cache
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.tar
- rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.tar.idx
- rm -rfv $HOME/.cabal/packages/head.hackage
matrix:
include:
- compiler: "ghc-8.6.4"
addons: {apt: {packages: [cabal-install-2.4,ghc-8.6.4], sources: [hvr-ghc]}}
before_install:
- mkdir -p $HOME/.local/bin
- "PATH=/opt/ghc/bin:$HOME/local/bin:$PATH"
- ghc --version
- cabal --version
install:
- cabal new-update
- cabal new-configure --enable-tests --write-ghc-environment-files=always
- cabal new-build --only-dependencies -j
script:
- cabal new-build -j
- cabal new-test semantic:test

View File

@ -3,8 +3,8 @@ name: semantic
version: 0.6.0
synopsis: Framework and service for analyzing and diffing untrusted code.
description: Please see README.md
homepage: http://github.com/github/semantic-open-source#readme
author: Rob Rix, Josh Vera
homepage: http://github.com/github/semantic#readme
author: The Semantic authors
maintainer: opensource+semantic@github.com
license: MIT
license-file: LICENSE