index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.travis
Age
Commit message (
Expand
)
Author
2020-05-03
Add a script to run Travis CI locally.
iphydf
2020-04-29
Disable non-hermetic tests by default.
iphydf
2020-04-26
Rework the toxchat/bootstrap-node Docker image.
iphydf
2020-04-24
Fix continuous integration builds.
iphydf
2020-04-08
Install ci-tools and get tokstyle via the script it provides.
iphydf
2020-03-22
Install libsodium from apt instead of from source.
iphydf
2020-03-22
Remove bazel build from Travis.
iphydf
2020-03-17
Enable remote cache for bazel builds.
iphydf
2020-03-14
use -1 rather than ~0 in unsigned integer types
zugz (tox)
2020-03-11
Add a mutex lock/unlock inside every public API function.
iphydf
2020-03-10
Update and fix FreeBSD setup on Travis-CI
Maxim Biro
2020-03-05
Use ninja build system for the cmake-linux build.
iphydf
2020-03-02
bump to astyle-3.1 in travis build
zugz (tox)
2020-03-02
Upgrade bazel to 2.1.1.
iphydf
2019-01-06
Use (probably?) correct path to test log to cat on error.
iphydf
2019-01-06
Display build log for autotools build on failure.
iphydf
2018-11-22
Upgrade bazel to 0.19.0 to fix the bazel build.
iphydf
2018-11-04
Build tox-bootstrapd on FreeBSD Travis-CI
Maxim Biro
2018-11-04
Increase NOFILE limit for tox-bootstrapd
Maxim Biro
2018-10-17
tox-bootstrapd's Dockerfile shouldn't use master branch
Maxim Biro
2018-10-07
Add AUTOTEST Option to CMakeLists.txt
chrono
2018-10-07
Make sure logger levels stay in sync across files
Maxim Biro
2018-10-07
Default to not defining MIN_LOGGER_LEVEL in CMake
Maxim Biro
2018-09-19
Fix yamllint test (it's gone from bazel, add a new one).
iphydf
2018-09-14
Use most recent version of Bazel (0.17.1).
iphydf
2018-09-08
Add tool to find directly recursive calls in toxcore.
iphydf
2018-09-01
Fix login issue on Travis-CI FreeBSD build
Maxim Biro
2018-08-27
Fix FreeBSD VM on Travis not shutting down
Maxim Biro
2018-08-25
Run all tests (and compilation) in parallel with autotools.
iphydf
2018-08-21
Always print output on failure in cmake tests on Travis.
iphydf
2018-08-21
Run project tests like yamllint_test.
iphydf
2018-08-19
Upload coverage to codecov as well as coveralls.
iphydf
2018-08-14
Use `--config` to tell bazel about the environment.
iphydf
2018-08-13
Use tokstyle in the cmake travis build.
iphydf
2018-08-12
Stop running tests in the bazel build.
iphydf
2018-07-22
Run Clang global static analysis on Travis.
iphydf
2018-07-15
Set C++11/C99 flag manually in older cmake on not-msvc.
iphydf
2018-07-15
Simplify Travis-CI FreeBSD build
Maxim Biro
2018-07-12
Use named function types for group callbacks.
iphydf
2018-07-10
Add the bazel build as one of the PR-blocking builds.
iphydf
2018-07-05
Use run_auto_test.h test fixture for some auto-tests.
iphydf
2018-07-01
Simplify Travis CI builds.
iphydf