Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Travis-specific env variable TRAVIS_BUILD_DIR #99

Closed
chshersh opened this issue Jul 1, 2018 · 1 comment
Closed

Use Travis-specific env variable TRAVIS_BUILD_DIR #99

chshersh opened this issue Jul 1, 2018 · 1 comment
Labels
CI CI tools support; project CI; build with different GHC, tools feature help wanted

Comments

@chshersh
Copy link
Contributor

chshersh commented Jul 1, 2018

Now paths to stack.yaml files look like this:

STACK_YAML="$HOME/build/kowainik/summoner/stack-$GHCVER.yaml"

We can use travis env variables to make this shorter:

STACK_YAML="$TRAVIS_BUILD_DIR/stack-$GHCVER.yaml"
@chshersh chshersh added feature CI CI tools support; project CI; build with different GHC, tools labels Jul 1, 2018
@chshersh chshersh added this to the v1.1 Upgrade milestone Jul 1, 2018
@stekkko
Copy link

stekkko commented Jul 1, 2018

Yeah, that's cool :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI tools support; project CI; build with different GHC, tools feature help wanted
Projects
None yet
Development

No branches or pull requests

2 participants