Commit Graph

7 Commits

Author SHA1 Message Date
DL6ER 167d1a6f93
Ensure compiled scripts are updated if the scripts themselves are updated
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-11-25 12:07:38 +01:00
a1346054 8035ae42f8
Replace nonstandard `which`
`command -v` is the standardized replacement for `which`

Signed-off-by: a1346054 <36859588+a1346054@users.noreply.github.com>
2022-09-12 22:27:28 +00:00
DL6ER f05ec9c1f7
Use cmake --install to avoid second compilation when installing
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-07-03 12:36:08 +02:00
Adam Warner c0cf8de918
Rename CI variables to remove CIRCLE references, as we no longer use Circle CI. Also remove circle config.
Tweak build script to accept a `test` argument, and also to accept the existing arguments at any position

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-01-23 15:04:20 +00:00
DL6ER 99c7688610
Add LUASCRIPT compatibility
Signed-off-by: DL6ER <dl6er@dl6er.de>
2020-07-22 18:51:56 +02:00
DL6ER 041f93f006
Improve build.sh script. Add "install" and "clean" targets. Also ensure successive builds are possible to speed up the entire process.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2020-05-27 19:04:06 +02:00
DL6ER c709665c1a
Add a build script for users. FTL can be build by simply running "./build.sh"
Signed-off-by: DL6ER <dl6er@dl6er.de>
2020-05-26 22:30:00 +02:00