aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Reuse old script for updating scala-scalaFelix Mulder2016-12-191-0/+5
|
* Disable old CI scriptsFelix Mulder2016-12-193-0/+9
|
* Try to fix the CIDmitry Petrashko2016-11-151-1/+1
|
* Add date and hash to publishing versionFelix Mulder2016-06-094-0/+52
|
* Partest dotty non-bootstrapped.Dmitry Petrashko2016-01-132-1/+12
| | | | | | Needs to go in before https://github.com/scala/scala-jenkins-infra/pull/152 is deployed
* Partest also needs to close scala repo.Dmitry Petrashko2015-11-021-1/+2
|
* Use absolute dates in Jenkins git-log.Dmitry Petrashko2015-11-023-3/+3
|
* Ouch... remove comment that broke compilation.Dmitry Petrashko2015-11-023-1/+6
|
* Use custom repo to download fork of scale-library.Dmitry Petrashko2015-11-021-1/+1
|
* Enable running pos tests in partestDmitry Petrashko2015-10-231-1/+1
| | | | | As junit tests are run with dotty-compiled-by-scalac, it makes sense to execute run tests with dotty-compiled-by-dotty.
* Enable -Ycheck:all in Jenkins.Dmitry Petrashko2015-07-201-1/+1
| | | | | Done by setting an environment variable and checking it in runtime. This enables Ycheck:all for all kinds of tests, including partest.
* Stop running scala/scala tests instead of our junit tests.Martin Odersky2015-05-291-0/+1
|
* Show be more verbose when running partest on JenkinsDmitry Petrashko2015-05-271-1/+1
| | | | Enables printing of diffs after test failure and a more summary in the end of test suite. Diffs do not work yet #609
* Do not run pos tests on partest.Dmitry Petrashko2015-05-221-1/+1
| | | | No need to run them twice.
* Merge pull request #593 from dotty-staging/fix-intellijDmitry Petrashko2015-05-222-4/+4
|\ | | | | Clone scala/scala to ./scala-scala instead of ./scala
| * Clone scala/scala to ./scala-scala instead of ./scalaDmitry Petrashko2015-05-212-4/+4
| | | | | | | | Otherwise Intellij stops running JUnit tests correctly. No idea why.
* | Use UTF8 by default on jenkins.Dmitry Petrashko2015-05-211-1/+3
|/
* Add -e to bash options in scripts.Dmitry Petrashko2015-05-203-0/+6
| | | | See discussion in #591
* Run builds in parallel on the same machine.Dmitry Petrashko2015-05-204-3/+4
| | | | Allows sbts not to lock on the same ivy cache.
* Integrating with scala-infra for CI.Dmitry Petrashko2015-05-204-0/+31
See https://github.com/scala/scala-jenkins-infra/pull/56