summaryrefslogtreecommitdiff
path: root/ci/build
Commit message (Collapse)AuthorAgeFilesLines
* ci: Refactor ci/build scriptJoel Rosdahl2022-11-061-11/+19
|
* ci: Add VS2022 and MSBuild to Windows CI runners (#1108)Rafael Kitover2022-07-181-1/+10
|
* Run cross-compiled 64-bit MinGW unit tests in WineJoel Rosdahl2020-10-151-3/+11
|
* Remove Travis build and related scriptsJoel Rosdahl2020-08-231-1/+1
|
* Rename BUILDEXTRAFLAGS to EXTRA_CMAKE_BUILD_FLAGSJoel Rosdahl2020-08-221-1/+1
|
* ci/build: Make it possible to specify CC for testsJoel Rosdahl2020-08-061-1/+3
|
* Tweak ci/build scriptJoel Rosdahl2020-07-051-7/+4
| | | | | | | - Removed redundant “exit 0” command again. - Removed now obsolete and misleading comments. - If JOBS is set to the empty string then detect the number of CPUs instead of running a limitless number of jobs.
* Pass arguments to ci/build to ctestJoel Rosdahl2020-07-051-1/+1
| | | | | This makes it possible to only run a subset of the tests by for instance running “build-in-docker <name> -R <test>”.
* Run compilation and tests with multiple threads (#610)Alexander Lanin2020-07-051-3/+7
|
* Clean up scripts related to CI and DockerJoel Rosdahl2020-06-231-12/+18
|
* Improve naming of scriptsJoel Rosdahl2020-06-231-0/+15
- Use kebab case consistently. - Remove redundant (and exposing an implementation detail) .sh extension for executables.