Commit Graph
30 Commits
Author SHA1 Message Date
Michael Davidsaver 9a94f4712b add timeout for make 2021-03-18 12:22:22 -07:00
Michael Davidsaver 028b752cb2 update RTEMS toolchains
Allow selection of RTEMS target and toolchain build.
Default build requires ubuntu-20.04 (aka. focal).
2021-03-06 13:51:03 -08:00
Michael Davidsaver c734d558c2 print c++ compiler version
also ensures that the separate g++... binary is present.
2021-02-10 09:51:02 -08:00
Michael Davidsaver b047a6c641 Revert "Add compiler-class and compiler-suffix as config"
This reverts commit 2016cb2ae7.
2021-02-10 09:51:02 -08:00
Michael Davidsaver 9183238f9d Revert "test: fix test_HostArchConfiguration on Windows"
This reverts commit e7b1214d09.
2021-02-10 09:51:02 -08:00
Michael Davidsaver 3ff483a1bb install old g++ 2021-02-10 09:51:02 -08:00
Michael Davidsaver cef930dd06 test gcc 4.8/4.9 2021-02-07 12:28:34 -08:00
Michael Davidsaver fa2a1e1d39 log modified config files 2021-02-07 11:35:41 -08:00
Michael Davidsaver aa25701c58 fix qualified compiler name selection 2021-02-07 11:00:07 -08:00
Michael Davidsaver 5d7e82256c PARALLEL_MAKE is numeric 2020-12-31 20:55:59 -08:00
Michael Davidsaver fe8a9f5953 clear empty environment variables 2020-11-08 09:37:48 -08:00
Michael Davidsaver 7d9d426629 avoid empty EXTRA*
Helpful when the value of EXTRA can be conditionally
computed, but unset is not an easy option.
eg. with github actions
2020-11-07 08:13:47 -08:00
Michael Davidsaver bfb9f77db8 fix help formatting 2020-10-17 11:32:00 -07:00
Michael Davidsaver b592ab053c fixup github actions examples 2020-06-29 13:31:02 -07:00
Michael DavidsaverandRalph Lange 27a1224d6d Refresh MSI 3.14 patch to allow using it
- set MSI to $EPICS_BASE_BIN/msi
- make patch file more symmetrical (patch with -p1)
- closes #20 (again), closes #36
2020-04-30 09:19:03 +02:00
Michael DavidsaverandRalph Lange 6d0f34ac65 appveyor: do --add-path 2020-04-08 15:14:43 +02:00
Michael DavidsaverandRalph Lange 2fd1f9ec16 appveyor: show test-results after .tap upload 2020-04-08 15:14:43 +02:00
Michael DavidsaverandRalph Lange 48832354da appveyor: export MAKE executable to environment
Save user scripts from having to compute
2020-04-08 15:14:42 +02:00
Michael DavidsaverandRalph Lange dbfba732fd appveyor: build action accepts arguments (passed on to make) 2020-04-08 15:14:42 +02:00
Michael DavidsaverandRalph Lange e14b97b18e appveyor: fix _RECURSIVE option 2020-04-08 15:14:42 +02:00
Michael DavidsaverandRalph Lange 5d4fdec627 appveyor: add newlines when writing to CONFIG_SITE 2020-04-08 15:14:42 +02:00
Michael DavidsaverandRalph Lange a006293461 appveyor: fixup argument parsing 2020-04-08 15:14:42 +02:00
Michael DavidsaverandRalph Lange e47e35bae4 appveyor: add do_exec() action; 'make' dependencies 2020-04-08 15:14:40 +02:00
Michael DavidsaverandRalph Lange 6071fdf198 appveyor: minor fixes
- using 'place' as both a local and a global is confusing
- use "with open()" instead of "open() / close()"
2020-04-08 15:14:40 +02:00
Michael DavidsaverandRalph Lange 00f003afa5 appveyor: add with_vcvars to read VS environment settings
- writes and calls a "trampoline" batch that calls the
  appropriate "vcvarsall" script, then calls back into python
2020-04-08 15:14:40 +02:00
Michael DavidsaverandRalph Lange c3918cdbaa appveyor: add printing host_info (python settings, VS versions) 2020-04-08 15:14:40 +02:00
Michael DavidsaverandRalph Lange e2399dc7f3 appveyor: avoid chdir, use 'cwd' key instead 2020-04-08 15:14:40 +02:00
Michael DavidsaverandRalph Lange a34bb7d2b2 travis: always show test-results
even if one of the tests crashes
2020-04-08 14:52:06 +02:00
Michael Davidsaver f1048da643 mingw64 2019-10-20 11:20:33 -07:00
Michael Davidsaver aac51b80a9 preserve EPICS_HOST_ARCH
If manually specified
2019-10-20 11:20:22 -07:00