Stuart Kent
677feecb03
Move script parity comment into scripts README
пре 9 година
Logan Stucki
bb2c32f7b3
Cross platform solution to getting amount of cpu cores
пре 9 година
Logan Stucki
8b20844820
Remove --configure-on-demand and --parallel where they don't do much
пре 9 година
Logan Stucki
059eecaab4
Download all the stuff we need in parallel on the journey test
пре 9 година
Logan Stucki
5c183328bb
Attempt to optimize build
Run unit test and journey test on seperate nodes
Gradle uses --configure-on-demand and --parallel where it wasn't present
Bundle install uses -j4
пре 9 година
Stuart Kent
d47ed7c6ab
journey test: fix for trackler submodule rename
https://github.com/exercism/trackler/commit/69e055ad52b3f8d19da95b6ab0593678b8ee1bb4
пре 9 година
Stuart Kent
c98125617e
journey-test: xjava -> java
пре 9 година
Stuart Kent
b237ad32f1
Add cross-referencing comments r.e. stripping ignores
пре 9 година
Stuart Kent
f6702f9b0a
journey test: fix comment typo
пре 9 година
Stuart Kent
f5ddc70fed
journey test: fix not unignoring tests with ignore comments
Reference: https://stackoverflow.com/a/11651184/2911458
пре 9 година
Stuart Kent
f28dae0cb5
journey test: pull in improvements from xkotlin
пре 9 година
Stuart Kent
af9584e39a
Use Gradle wrapper for CI jobs
пре 9 година
Frida Johanne Tveit
c174f86ac7
Change journey test to allow Ignore annotations to have hints
пре 9 година
John S. Ryan
f413146adc
Base patched Trackler gem off actual version tag.
- was: hand-rolling a version of Trackler based of master and then
applying changes from the PR/commit/local change to that trackler gem.
- now: using the exact tagged version of Trackler as the basis for the
hand-rolled gem.
This fixes the issue where a change make to Trackler's master is
incompatible with the current version of x-api. In short, we were
building the Trackler gem wrong.
пре 9 година
Stuart Kent
2110550ec9
Ensure that tests compile as-is before stripping annotations (#408 )
+ bookstore: add missing import statement in tests
пре 9 година
Frida Tveit
edf9f27209
Update journey-test so that it can run on windows 10
пре 9 година
Frida Tveit
213824054f
Issue #154 : made bin/journey-test.sh iterate over exercises instead of problems.
пре 9 година
John S. Ryan
68684542b4
Ensure journey test versions trackler as X-API expects.
пре 9 година
John S. Ryan
c85d0a34e2
(refactor) Cleanup Journey Test script.
пре 10 година
John S. Ryan
993fbd035d
Do bundle install before building trackler.
пре 10 година
John S. Ryan
2a5cd84f8d
Update journey test to build trackler.
Track data has been factored into a separate gem: trackler. The build
was breaking.
(see also exercism/x-api#141)
пре 10 година
John S. Ryan
35adc66f37
Mark all but first test @Ignore in all exercises
- in journey test, remove @Ignores so that test runs exercise all tests.
- increase the verbosity of test logging to aide in seeing progress as
tests are un@Ignored and solved.
- saving scripts used to make changes to all exercises. These are the
start of a library of scripts making such changes easier.
- make Gradle output more CI-friendly.
пре 10 година
John S. Ryan
2b9ab89336
Merge journey test scripts into one.
пре 10 година