Ralph Lange
63f979bf5c
test: fix default branch name for MCoreUtils
2025-11-18 10:28:37 +01:00
Ralph Lange
df2367fcd3
ci/test: change patch and its target to work on MacOS
2025-08-28 14:55:33 +02:00
Minijackson
fe29811d26
add --add-env argument for appending to generic environment variables
2024-04-30 16:38:14 +09:00
Ralph Lange
7def04dc0e
test: follow changes in unittest
...
- rename assertRegexpMatches() to assertRegex() (Python 3.2)
- rename assertRaisesRegexp() to assertRaisesRegex() (Python 3.2)
(fixes #88 )
2023-11-03 09:14:03 +01:00
Ralph Lange
a133e160ee
Use get_platform() from sysconfig instead distutils.util
...
- distutils is dropped in python 3.10/3.12
- fixes #87
2023-11-02 11:32:08 +01:00
Ralph Lange
f47280547b
Fix unit tests to allow shlex.split() on EXTRA*
2023-03-09 10:04:31 +00:00
Ralph Lange
af1ecbabae
Add skip_dep_builds flag to suppress dependency builds
...
To allow unit tests suppressing the build of
dependencies when using the prepare() function.
2022-07-22 13:55:00 +02:00
Ralph Lange
22b2e3f796
Fix handling of some global variables and clear them properly
...
- move make_timeout to global and add it to clear_lists()
- add _modified_files and building_base to clear_lists()
This is needed to run tests that include prepare().
2022-07-22 13:55:00 +02:00
Ralph Lange
d36800b2e0
test: add unit test for RTEMS/WINE compatibility handling
...
see https://github.com/epics-base/ci-scripts/pull/69
"If we're going to continue to support the old $RTEMS and $WINE,
then they should be covered by the test"
2022-07-22 13:55:00 +02:00
Michael Davidsaver
e065445f76
Add vs2022
2022-01-18 08:45:16 -08:00
Ralph Lange
93062ba941
test: bump seq version to 2.2.9 in test01.set
...
attempt to fix a compilation failure on VS2017
(see https://github.com/epics-base/ci-scripts/pull/63#issuecomment-1012611739 )
2022-01-17 19:12:38 +01:00
Michael Davidsaver
9183238f9d
Revert "test: fix test_HostArchConfiguration on Windows"
...
This reverts commit e7b1214d09 .
2021-02-10 09:51:02 -08:00
Ralph Lange
e7b1214d09
test: fix test_HostArchConfiguration on Windows
2021-02-08 18:10:37 +01:00
Ralph Lange
705f50449e
cue: cachedir -> ci[]; move cache inside project on GitLab
2020-09-07 13:44:19 +02:00
Ralph Lange
682f92941d
cue: add GitLab to service detection
2020-09-07 13:40:12 +02:00
Ralph Lange
cfd8a88488
cue-test: don't install Strawberry Perl on AppVeyor
...
(on AppVeyor / VS2019, Strawberry is installed)
2020-09-07 11:11:47 +02:00
Ralph Lange
1b066feacc
Special treatment for .patch and .zip/.7z HOOK files
...
(closes #44 )
2020-06-29 15:43:11 +02:00
Ralph Lange
074a7ab617
gh-actions: add windows-2016, ubuntu-20.04 jobs
2020-06-29 10:44:14 +02:00
Ralph Lange
5a0acc2228
cue: quiet down chocolatey installation
2020-06-29 10:44:14 +02:00
Ralph Lange
348a7dc851
cue-test: set platform/compiler correctly for windows tests
2020-06-29 10:44:14 +02:00
Ralph Lange
ab52808c63
cue-test: add 'findvs' action
...
walks the file system to find 'vcvarsall.bat'
2020-06-29 10:44:14 +02:00
Ralph Lange
576b5a4caf
cue: fix adding Strawberry Perl to PATH
2020-06-29 10:44:13 +02:00
Ralph Lange
f324cd3bdd
Add proper detection for github-actions service
2020-06-29 10:44:13 +02:00
Ralph Lange
3931ff04fc
cue-test: clean up DetectContext tests
2020-06-15 10:42:55 +02:00
Ralph Lange
7585b573d3
cue: warnings for STATIC and misspelled configuration
...
fixes #47
2020-06-15 10:42:55 +02:00
Ralph Lange
22652da198
cue: support setting TEST=NO to skip tests
2020-06-15 09:30:47 +02:00
Ralph Lange
769a8ad08d
cue: properly decode() subprocess.check_output()
...
(breaks on Python 3)
2020-06-12 18:00:18 +02:00
Ralph Lange
590e0e4d26
cue: implement EXTRA..EXTRA5 to set additional make args; add test
2020-06-12 18:00:18 +02:00
Ralph Lange
e4dd66fd5c
cue-test: fix tests on AppVeyor (set CONFIGURATION)
2020-06-07 14:24:36 +02:00
Ralph Lange
d4d094e2bb
cue-test: add DetectContext tests for AppVeyor
2020-06-07 14:24:36 +02:00
Ralph Lange
5f97600612
defaults: set default base branch to 7.0
...
- add test for default base branch
- fixes #40
2020-06-06 15:27:21 +02:00
Ralph Lange
58cebdd7dd
Check make version for "-O" support
...
fixes #33
2020-06-06 15:27:21 +02:00
Ralph Lange
cdfea8ec70
cue-test: add DetectContext tests for Travis
2020-06-06 15:27:20 +02:00
Ralph Lange
9ea849eed3
cue: make detect_context() a function and ci a dict
...
for better testability
2020-06-06 14:55:06 +02:00
Ralph Lange
f456e47904
travis: fix unit tests and run/skip them
...
fixes #10
2020-06-06 14:55:06 +02:00
Ralph Lange
772fc3a09a
cue-test: refactoring for v3.0 structure and names
2020-06-06 14:55:06 +02:00