Skip to content

GitHub actions setup #1390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 49 commits into from
Feb 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
1fdfe04
add additional tests
niyatim23 Jan 27, 2022
bb407c1
fix syntax error
niyatim23 Jan 27, 2022
d253ac8
fix syntax error
niyatim23 Jan 27, 2022
8d589ab
fix syntax error
niyatim23 Jan 27, 2022
58f241b
fix syntax error
niyatim23 Jan 27, 2022
c18f508
fix syntax error
niyatim23 Jan 27, 2022
9fd059e
static build and msan without docker
niyatim23 Feb 1, 2022
4afd904
fix msan
niyatim23 Feb 1, 2022
ee99f9a
use dependencies with msan build
niyatim23 Feb 1, 2022
24ad17c
use gcc 9 for mac
niyatim23 Feb 1, 2022
4d41132
use gcc 4.2 for mac gcc build
niyatim23 Feb 1, 2022
a55f321
use gcc 4.9 for mac gcc build
niyatim23 Feb 1, 2022
52a0c4e
check gcc version; use macos 10.15
niyatim23 Feb 1, 2022
b77a7c0
use clang-7 for ubsan
niyatim23 Feb 2, 2022
4fe6861
arm cross compilation
niyatim23 Feb 2, 2022
bf0d8f1
missed cloning the repository
niyatim23 Feb 2, 2022
89b0e5a
use gcc
niyatim23 Feb 2, 2022
c37e66a
remove compiler from env
niyatim23 Feb 2, 2022
637b52b
fix install deps
niyatim23 Feb 2, 2022
bd3b6c5
use clang7, macos10.15, ubuntu18.04
niyatim23 Feb 2, 2022
8c2d6a3
fix windows build
niyatim23 Feb 2, 2022
a5ee454
fix test instruction
niyatim23 Feb 2, 2022
ab43921
fix static build
niyatim23 Feb 3, 2022
587441e
fix static build
niyatim23 Feb 3, 2022
16acf27
fix static build
niyatim23 Feb 3, 2022
2cd91b9
fix static build
niyatim23 Feb 3, 2022
93e69b3
setup docker for static build
niyatim23 Feb 3, 2022
26e3528
use alpine for the static build
niyatim23 Feb 3, 2022
b838161
use alpine for the static build
niyatim23 Feb 3, 2022
cb4ba1c
install dependencies
niyatim23 Feb 3, 2022
f22f95a
install dependencies
niyatim23 Feb 3, 2022
d65b77a
fix errors in static build
niyatim23 Feb 3, 2022
bbdf291
install dependencies
niyatim23 Feb 3, 2022
f88cadf
enable ipv6
niyatim23 Feb 3, 2022
bf18bf8
use gcc for static build
niyatim23 Feb 3, 2022
1c887ce
fix ubsan
niyatim23 Feb 5, 2022
b723429
fix ubsan
niyatim23 Feb 5, 2022
5c98373
collate all working github actions builds
niyatim23 Feb 7, 2022
4dfe368
fix errors
niyatim23 Feb 7, 2022
b727b5a
have static,msan,windows,doxygen in travis
niyatim23 Feb 7, 2022
34f3836
comment failing builds;fix ci rules
niyatim23 Feb 7, 2022
1de0adb
fix travis comments, os, remove exports
niyatim23 Feb 10, 2022
843f9d7
update log level, mac build-name
niyatim23 Feb 11, 2022
77657dc
add CC
niyatim23 Feb 11, 2022
b4da08d
update gcc
niyatim23 Feb 11, 2022
1b8b1c2
update gcc
niyatim23 Feb 11, 2022
2db1e0e
check cc and cxx for mac gcc
niyatim23 Feb 11, 2022
830ad96
Revert "check cc and cxx for mac gcc"
niyatim23 Feb 11, 2022
c04b3e3
remove travis statement
niyatim23 Feb 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/build_windows.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat" amd64
mkdir build
cd build
cmd.exe /c cmake -G "NMake Makefiles" ..
Expand Down
Loading