grisp / rebar3_grisp

Rebar plug-in for GRiSP
https://www.grisp.org
Apache License 2.0
21 stars 10 forks source link

Put build configuration in seperate gitignored file #24

Open holzingk opened 6 years ago

holzingk commented 6 years ago

The path to the toolchain depends on the host. Therefore it should not be part of version controlled files.

The toolchain could either be specified in a seperate file in the repository or globally somewhere in the ~/.config/grisp/ directory.

sylane commented 6 years ago

We could just add support for system variable substitution in the path...

eproxus commented 6 years ago

@sylane Then the users would just have to maintain environment variables somewhere else. I'd prefer a separate file.