rynorris / nes

NES emulator written in Rust
MIT License
11 stars 0 forks source link

Switch to circleci #61

Closed rynorris closed 5 years ago

rynorris commented 5 years ago

Travis has become extremely slow recently (>30min for a build).

Going to switch to circleci who I've found much better.

rynorris commented 5 years ago

Can't get coverage with kcov working:

Can't set personality: Operation not permitted
kcov: error: Can't start/attach to /home/circleci/project/target/debug/nes-6181de6b97308f39
Child hasn't stopped: ff00
kcov: error: Can't start/attach to /home/circleci/project/target/debug/nes-6181de6b97308f39
Can't set personality: Operation not permitted
kcov: error: Can't start/attach to /home/circleci/project/target/debug/nes-d0789676dae68c8b
Child hasn't stopped: ff00
kcov: error: Can't start/attach to /home/circleci/project/target/debug/nes-d0789676dae68c8b

Apparently it's some docker permissions error, but I don't think I have control over that? Leaving it out for now, happy to sacrifice coverage for faster build times (~3min down from ~30min!)