Commit Graph

28 Commits (6543fb6c7c303f3a89ea55b9e46afbc59cbe7816)

Author SHA1 Message Date
Varun Agrawal d8d0cec0da
Merge pull request #587 from borglab/fix/github-env-files
Github Actions Environment Files
2020-11-12 10:18:05 -05:00
Varun Agrawal 86cea10b55 ubuntu with gcc-9 in CI 2020-11-10 17:21:49 -05:00
Varun Agrawal 426ad93812 Use new env files for github actions 2020-11-08 14:47:47 -05:00
Fan Jiang 325b868e8b Use my tap 2020-11-02 14:42:21 -05:00
Fan Jiang 315380db03 Last resort: use the explict 1.73 formula 2020-11-02 11:28:49 -05:00
Fan Jiang dddc97c487 Use explict tap name 2020-11-02 11:20:48 -05:00
Fan Jiang 1ee5650fc7 Use my tap 2020-11-02 11:12:52 -05:00
Fan Jiang d8089c7132 Use my tap 2020-11-02 11:01:43 -05:00
Fan Jiang 63ca1c1f5e Attempt to fix spooky boost in Homebrew 2020-11-02 10:46:36 -05:00
Fan Jiang 91e0bb1170 Add notes 2020-10-15 21:14:48 -04:00
Fan Jiang 4c6b488344 Fix inteminent sks keyserver failure 2020-10-14 21:44:07 -04:00
Fan Jiang 2b8e9f44fa Add comments 2020-10-14 16:44:28 -04:00
Fan Jiang d4bdaf8080 Add comments 2020-10-14 16:42:54 -04:00
Fan Jiang 22e64ac82d Add comments 2020-10-12 11:54:24 -04:00
Fan Jiang d4c801bb6b Fix LLVM repo keys 2020-10-10 12:39:05 -04:00
Varun Agrawal b30448733c remove all Cython references 2020-10-01 19:56:35 -04:00
Fan Jiang 056c835cea Fix TBB env not propagated 2020-08-21 11:20:36 -04:00
Fan Jiang f97fdd1cfd Add TBB Python CI to matrix 2020-08-21 10:53:08 -04:00
Fan Jiang 86763e620c Add TBB test for Python and GTSAM C++ 2020-08-21 10:43:39 -04:00
Varun Agrawal 77a6ed4320
Merge pull request #481 from borglab/feature/special-ci
CI For Special Cases
2020-08-20 09:10:58 -04:00
Varun Agrawal 90cf8d74dd comment out python ubuntu-gcc-9 completely 2020-08-19 13:59:59 -04:00
Varun Agrawal 21988f399e reduce special cases to only Ubuntu+GCC, disable Python CI for Ubuntu GCC9 2020-08-19 11:49:27 -04:00
Fan Jiang c532cb03bb Change build target 2020-08-17 19:22:58 -04:00
Fan Jiang 84049ebecf Add Python to the name of CI 2020-08-16 20:02:35 -04:00
Varun Agrawal 0172cd3c8c updates to python CI yml file 2020-08-15 15:50:59 -05:00
Varun Agrawal 635c6f89b0 renamed from build-cython to build-python 2020-08-15 15:44:22 -05:00
Fan Jiang 96169665b0 Remove pybind build 2020-08-15 11:52:37 -04:00
Fan Jiang d0724a77bb Backport GitHub Actions CI (#259)
* Add GitHub Actions
* Add Windows Check
* Fix wrong os selection
* Add XCode version
* Upgrade GCC Version
* Make GCC match Ubuntu name
* Do not fail everyone when one failed
* More checks on ccache
* Do not expose GenericValue on Windows
* Fix BetweenFactor for Windows
* Update
* Add Python CI
* Typo
* Add note about GENERICVALUE_VISIBILITY
* Fix Windows Boost
* Change substitution scheme to PowerShell
* Fix the spurious error of the Point3 default constructor
* Separate builds to allow easier restarts
* Fix uninitialized variable usage
* Change of policy, only build python stuff, mac and win on PRs
* Further separate the Python tests
2020-08-15 11:52:00 -04:00