NiklasRosenstein / flux-ci

Flux is your own private & lightweight CI server.
MIT License
26 stars 10 forks source link

Deprecate .flux-build.sh and introduce configuration file #23

Closed NiklasRosenstein closed 6 years ago

NiklasRosenstein commented 8 years ago

We should move away from using a single build script and instead provide a configuration file. Possible example configuration file (in CSON):

$ cat .flux.ci
script: ".flux-build.sh"

(yes, it's pretty empty right now since the script is the only configuration we need right now :smile:)

NiklasRosenstein commented 6 years ago

Closed in favor of #24