summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/ci/macos-trunk.sh
Commit message (Collapse)AuthorAgeFilesLines
* [libc++] Add a CMake cache for Apple-specific configuration optionsLouis Dionne2019-09-111-4/+5
| | | | llvm-svn: 371638
* [libc++] Use the monorepo for the back-deployment testing scriptsLouis Dionne2019-08-061-1/+1
| | | | llvm-svn: 368077
* [libc++] Use the monorepo in the macos-trunk CI scriptLouis Dionne2019-08-061-54/+17
| | | | llvm-svn: 368051
* [libc++] Allow passing additional CMake arguments in macOS trunk CI scriptLouis Dionne2019-07-191-1/+9
| | | | llvm-svn: 366601
* [NFC] Build libc++ verbosely in the macOS CILouis Dionne2019-04-161-2/+2
| | | | llvm-svn: 358529
* [libc++] Make sure we use new/delete from libc++abi on CI for Apple platformsLouis Dionne2019-04-161-0/+2
| | | | llvm-svn: 358524
* [libc++] Do not force going through xcrun to find Clang in the macOS CI scriptsLouis Dionne2019-03-201-4/+1
| | | | | | | It should be possible to run those CI scripts with different compilers by simply exporting a different CXX environment variable. llvm-svn: 356562
* [libc++] Control whether exceptions are enabled in the macOS trunk testing ↵Louis Dionne2019-02-051-7/+15
| | | | | | script llvm-svn: 353185
* [libcxx] Add a script to run CI on MacOSLouis Dionne2019-01-091-0/+153
CI systems like Green Dragon should use this script so as to make reproducing errors easy locally. llvm-svn: 350740
OpenPOWER on IntegriCloud