Commit Graph

34 Commits (62d59c62d4497b76d07f736e900f897845e8d6b3)

Author SHA1 Message Date
Tal Regev 62d59c62d4
Fix windows test 2023-07-20 08:28:23 +03:00
Tal Regev c95bcae93a
Add non concurrency to all workflows 2023-07-01 01:40:55 +03:00
Varun Agrawal e56186c45a remove deprecated Windows image 2023-06-07 12:52:06 -04:00
Varun Agrawal b947a7201c remove need for Eigen install since latest packaged version should work 2023-06-07 12:44:10 -04:00
Varun Agrawal cdbdc67ee4 fix eigen cmake search path 2023-06-06 18:32:16 -04:00
Varun Agrawal a5b90df471 configure system Eigen 2023-06-06 18:16:15 -04:00
Varun Agrawal 4203c4d355 enable windows release build in the CI 2023-06-06 17:31:23 -04:00
Frank Dellaert c26ca420bf Upgrade checkout action 2023-02-05 02:41:21 -08:00
Frank Dellaert ba80f6dc2b Fix up workflows, and make all fail fast 2023-02-04 21:33:14 -08:00
Varun Agrawal b7932957da update scoop installation for Windows CI 2022-03-11 12:33:53 -05:00
Varun Agrawal 6fe55af512 comment out gtsam_unstable test target 2022-02-17 14:45:34 -05:00
Varun Agrawal 9a234a2830 build (almost) all GTSAM test targets in CI 2022-02-17 11:16:35 -05:00
Varun Agrawal b47f46a6f5
Windows Fixes (#904) 2021-12-09 09:37:21 -05:00
Varun Agrawal 103b198569 Boost 1.72.0 for Windows 2021-08-10 13:04:22 -04:00
Varun Agrawal 47c0f717ae improvements to windows builds 2021-08-09 19:50:56 -04:00
Varun Agrawal d34555f45d use env variables and fix setting of GITHUB_ENV 2021-08-08 14:14:01 -04:00
Varun Agrawal 2d590656fc use Boost 1.67.0 for Windows 2021-08-06 20:16:33 -04:00
Varun Agrawal 19f13f3b72 Install boost directly from binary 2021-08-06 16:05:53 -04:00
Varun Agrawal f9b8de3876 improvements to CI files 2021-08-06 15:53:40 -04:00
Varun Agrawal 6a35fedd29 Fix CI with separate boost install
Github Actions no longer supports boost, so we install it separately.
Also turned off some checks since the wrapper causes an OOM exception.
2021-03-18 10:27:18 -04:00
Varun Agrawal b59f1bc573 remove build upload since it can't be used downstream 2021-01-02 19:24:30 -05:00
Varun Agrawal c206ed9c2f syntax update 2020-11-19 15:35:09 -05:00
Varun Agrawal 99e3a111e1 correct conditional syntax 2020-11-19 14:58:50 -05:00
Varun Agrawal 9e2007562a only upload release builds 2020-11-19 08:04:30 -05:00
Varun Agrawal d5a09aad12 differentiate between Release and Debug builds 2020-11-16 17:47:42 -05:00
Varun Agrawal aa2d9225dc correct form for workspace env variable 2020-11-16 14:42:17 -05:00
Varun Agrawal 5c94b5ccc7 fix indentation and add upload for Windows 2020-11-16 13:11:10 -05:00
Varun Agrawal f2b6a0446a Comment out Windows 2016 since it times out 2020-11-12 07:14:30 -05:00
Varun Agrawal 40b5f31cbd comment out Windows build which is timing out 2020-11-12 05:42:52 -05:00
Varun Agrawal a04cd2cea1 fix path setting for Windows 2020-11-10 19:33:39 -05:00
Varun Agrawal 426ad93812 Use new env files for github actions 2020-11-08 14:47:47 -05:00
Fan Jiang 0d5ee3fbc6 Always build unstable 2020-08-16 19:50:01 -04:00
Varun Agrawal 0172cd3c8c updates to python CI yml file 2020-08-15 15:50:59 -05: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