You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Samy Al Bahra
209b50f49f
|
6 years ago | |
---|---|---|
build | 8 years ago | |
doc | 6 years ago | |
include | 6 years ago | |
regressions | 6 years ago | |
src | 6 years ago | |
tools | 6 years ago | |
.cirrus.yml | 6 years ago | |
.drone.yml | 6 years ago | |
.gitignore | 6 years ago | |
.travis.yml | 6 years ago | |
LICENSE | 10 years ago | |
Makefile.in | 6 years ago | |
README.md | 6 years ago | |
configure | 6 years ago |
README.md
Continuous Integration
Drone | Travis | Cirrus |
---|---|---|
Compilers tested in the past include gcc, clang, cygwin, icc, mingw32, mingw64 and suncc across all supported architectures. All new architectures are required to pass the integration test and under-go extensive code review.
Continuous integration is currently enabled for the following targets:
darwin/clang/x86-64
freebsd/clang/x86-64
linux/gcc/arm64
linux/gcc/x86-64
linux/clang/x86-64
linux/clang/ppc64le
Build
-
Step 1.
./configure
For additional options try./configure --help
-
Step 2.
In order to compile regressions (requires POSIX threads) use
make regressions
. In order to compile libck usemake all
ormake
. -
Step 3.
In order to install usemake install
To uninstall usemake uninstall
.
See http://concurrencykit.org/ for more information.