Commit Graph

17 Commits

Author SHA1 Message Date
Fangrui Song
c4cc5d2697 cmake: delete SYSTEM_CLANG and auto-download mechanism 2019-10-24 18:37:55 -07:00
Dso Tsin
6100a7a0d6 Fix VS2017 build issues and add Appveyor CI script (#118) 2019-10-24 18:37:54 -07:00
Fangrui Song
0e3e567207 Remove eyesore 2019-10-23 21:56:51 -07:00
Fangrui Song
cebd6bb7c7 Remove platform arguments, update Travis & AppVeyor to use clang+llvm 6.0.0
Close #509
2018-03-13 17:39:06 -07:00
Jan Niklas Hasse
6c3cb7c5ea AppVeyor: Fix MSYS2 build by using --llvm-config 2018-02-11 12:22:01 -08:00
Jacob Dufault
d5f5b6b132 Update .appveyor.yml 2018-02-06 23:11:51 -08:00
Jacob Dufault
f54333f3ff Update .appveyor.yml 2018-02-06 23:10:24 -08:00
Jacob Dufault
b94d235827 Mark appveyor as optional 2018-02-06 23:09:30 -08:00
Jacob Dufault
e9f45dd601 Revert partial of .appveyor.yml change 2018-02-06 21:20:01 -08:00
Jacob Dufault
0405c3a41a Windows build fixes when symlink is not available. 2018-02-06 21:14:34 -08:00
Jan Niklas Hasse
faa80bfb20 AppVeyor: Also build with clang from MSYS2 2018-01-23 10:01:10 -08:00
Jacob Dufault
6661410483 Fix AppVeyor 2018-01-07 02:51:26 -08:00
Jacob Dufault
0c839d19fc [ci]: Do not wait for input after failing a test.
This adds --ci command line flag which disables waiting for user input when running an index test (ie, test expectations are not updated).
2018-01-03 18:43:58 -08:00
Fangrui Song
aca8e42033 Use --bundled-clang=5.0.1 in appveyor (#212) 2017-12-31 17:21:35 -08:00
Jacob Dufault
1bf47e97f9 Enable --test-unit and --test-index on CI 2017-12-23 17:25:18 -06:00
Riatre Foo
1056869ffa Remove dependency on builtin clang_resource_dir. 2017-12-23 11:16:44 -08:00
Riatre Foo
0045e4817c Windows build script (#154)
* Cast from float explicitly.

* Upgrades to waf 2.0.2.

For VS2017 support on Windows.

* [waf] Supports building on Windows.

Needs 7z.exe in PATH for extracting prebuilt clang NSIS installer (when
using bundled clang).
RPATH is "emulated" by putting a libclang.dll alongside the cquery
binary.
Tested with Visual Studio 2017 toolchain.

* [waf] Fix default_resource_directory on Windows + system clang.

* Add AppVeyor configuration
2017-12-17 10:14:30 -08:00