Commit Graph

6 Commits

Author SHA1 Message Date
Jörg Thalheim 9c952961f1
Add parallel test runner
The new test runner will evaluate all test profiles from the README.md
in parallel in separate nix-build processes.
Since we do not load all processes into one process,
this also helps saving memory.
2020-02-23 21:29:22 +00:00
Jörg Thalheim b4e2df6aac
fix nix-env evaluation
nix-env picked up `default.nix`, which contained our hardware profiles.
This is not only cpu-intensive to evaluate but also fails because
it does some import-from-derivation.
By moving default.nix to release.nix it should be no longer loaded
2019-01-04 08:48:42 +01:00
Yegor Timoshenko 043605cfec Fix tests 2018-07-17 15:27:07 +03:00
Yegor Timoshenko 26d3f54be8
travis: drop sudo 2017-12-25 19:33:32 +00:00
Yegor Timoshenko 0939f0c48c
travis: fixup after 8d578a53d6 2017-12-25 19:28:59 +00:00
zimbatm 83890749b2
add Travis CI to the repo 2017-12-25 17:21:35 +00:00