Florent Kermarrec
|
9854fdd5f4
|
.travis: install requests package before running litex_setup.py.
|
2020-05-20 11:24:57 +02:00 |
Florent Kermarrec
|
b5978b214d
|
.travis.yml: disable python3.5 test (nMigen requires 3.6+).
As discussed in #479.
|
2020-05-01 21:14:17 +02:00 |
Florent Kermarrec
|
9941e4c16b
|
travis: add back test on python3.5 (python3.6 is recommended but we can try to keep 3.5 compatibility until we have good reason to no longer support it).
|
2020-04-29 08:43:02 +02:00 |
Tim 'mithro' Ansell
|
cb7e309966
|
travis: Run Windows build but allow it to fail.
|
2020-04-08 23:14:55 -07:00 |
Tim 'mithro' Ansell
|
43242012ea
|
travis: Use litex_setup.py from the checked out code.
|
2020-04-08 23:14:55 -07:00 |
Florent Kermarrec
|
3575d03faa
|
.travis.yml: disable windows test (failing for now).
|
2020-04-07 12:43:29 +02:00 |
Florent Kermarrec
|
d770bfbf2e
|
.travis.yml: remove Python3.5 test.
|
2020-04-07 12:33:56 +02:00 |
enjoy-digital
|
bc26af0d47
|
Merge pull request #451 from mithro/multi-os
Add multiple Python versions, Windows and Mac to Travis CI testing
|
2020-04-07 12:29:04 +02:00 |
Florent Kermarrec
|
926f961bf3
|
.travis.yml: revert full url for litex_setup.py.
We want to have an almost identical .travis.yml between LiteX and the Cores.
Using $TRAVIS_BUILD_DIR works for LiteX but will not work for the cores.
|
2020-04-07 10:55:58 +02:00 |
Tim 'mithro' Ansell
|
3305a65b77
|
Enable testing on multiple Python versions.
Makes sure LiteX tests pass on all supported Python versions.
|
2020-04-06 17:58:12 -07:00 |
Tim 'mithro' Ansell
|
6bd5eae43f
|
Enable CI for Windows and Mac.
|
2020-04-06 17:58:12 -07:00 |
Tim 'mithro' Ansell
|
141644d157
|
Make travis use litex_setup.py for GCC download.
|
2020-04-06 17:16:55 -07:00 |
Tim 'mithro' Ansell
|
d781bf2088
|
Run `litex_setup.py` outside the git clone directory.
Otherwise it tries to overwrite the litex directory by cloning LiteX
into it.
|
2020-04-06 11:38:23 -07:00 |
Florent Kermarrec
|
0fb6342f7b
|
travis: update RISC-V toolchain
|
2019-05-25 09:30:54 +02:00 |
Florent Kermarrec
|
e98ac680c1
|
travis: simplify, enable and add RISC-V toolchain to build targets
|
2019-04-22 08:32:00 +02:00 |
Tim 'mithro' Ansell
|
083c261364
|
travis: Move the conda install into script so it can be folded.
|
2018-03-03 17:47:11 -08:00 |
Tim 'mithro' Ansell
|
da3189c8b5
|
travis: Making the output more readable.
|
2018-03-03 17:28:42 -08:00 |
Tim 'mithro' Ansell
|
12bb3ebf7c
|
travis: Build all the SoCs (without gateware).
- TODO: Build the simulator SoC.
|
2018-03-03 16:49:49 -08:00 |
Tim 'mithro' Ansell
|
e65c121adf
|
Adding a travis config which tests the conda environment still works.
|
2018-03-03 16:42:33 -08:00 |
Florent Kermarrec
|
6a0f85dc42
|
litex: reorganize things, first work working version
|
2015-11-07 17:48:55 +01:00 |
whitequark
|
ecd04cf68c
|
travis: upload noarch conda package correctly.
|
2015-10-21 20:26:19 +03:00 |
whitequark
|
5dc26ea490
|
travis: install the package that was just built.
Otherwise, conda will select a newer remote version if available,
even with --use-local.
|
2015-10-21 20:26:19 +03:00 |
Sebastien Bourdeauducq
|
02e2366015
|
travis: workaround for conda noarch bug
|
2015-10-19 23:02:37 +08:00 |
Sebastien Bourdeauducq
|
70e3280579
|
travis/conda: build for python 3.5
|
2015-10-05 00:25:25 +08:00 |
Sebastien Bourdeauducq
|
b1f8aa2a67
|
travis: activate py35
|
2015-10-04 23:12:07 +08:00 |
Sebastien Bourdeauducq
|
6258257573
|
travis: python 3.5
|
2015-10-04 23:08:29 +08:00 |
Sebastien Bourdeauducq
|
87a8531952
|
travis: VPI is not there for now
|
2015-09-20 15:12:04 +08:00 |
Sebastien Bourdeauducq
|
df2306ab88
|
try to use the new anaconda-client
|
2015-07-31 13:46:28 +08:00 |
Yann Sionneau
|
4509265c70
|
travis: use use-local for conda install
http://conda.pydata.org/docs/build_tutorials/pkgs.html
|
2015-06-30 00:42:56 +02:00 |
Yann Sionneau
|
9194fe43a1
|
travis: install conda dependencies after activating the virtual env
|
2015-05-12 14:06:16 +02:00 |
Yann Sionneau
|
c1088f4666
|
travis: get-anaconda.sh does not take args anymore
|
2015-05-12 13:58:08 +02:00 |
Yann Sionneau
|
b93df693a4
|
travis: add conda package generation and upload + build doc
|
2015-04-23 14:15:31 +08:00 |
Guy Hutchison
|
e5b170f02d
|
travis: install verilator
|
2015-04-22 12:30:03 +08:00 |
Sebastien Bourdeauducq
|
ae503bc7b9
|
travis: disable email notification
|
2015-04-14 23:45:33 +08:00 |
Sebastien Bourdeauducq
|
9c8c20341f
|
travis: add IRC notification
|
2015-04-14 23:30:52 +08:00 |
Tim 'mithro' Ansell
|
9e7dc175a4
|
Using a newer version of iverilog.
|
2015-04-14 23:17:13 +08:00 |
Tim 'mithro' Ansell
|
903711404e
|
Adding simple travis-ci build.
Fixes https://github.com/m-labs/migen/issues/10
|
2015-04-14 23:17:13 +08:00 |