Commit Graph

111 Commits

Author SHA1 Message Date
Corentin Le Molgat
955053ffcf .github: rename master to main 2022-05-16 11:26:08 +02:00
Corentin Le Molgat
bc7beefff7 ci: Rename github workflow jobs 2022-04-13 13:31:42 +02:00
Mizux Seiha
655466231e ci(make): Fix cpp jobs 2022-04-12 15:50:05 +02:00
Corentin Le Molgat
c9bc84b897 ci: use cpp targets for make 2022-04-08 09:48:41 +02:00
Corentin Le Molgat
f2ac2669d1 ci: Add jobs to test compile without lp_parser (#3201) 2022-03-25 11:12:00 +01:00
Laurent Perron
1adfa7fc80 make: cleanup
* Remove SYSTEM (only use PLATFORM)
* Add HAS_PYTHON HAS_JAVA HAS_DOTNET
* move Makefile.unix|win.mk into Makefile.port.mk
* fix make CI
2022-03-09 09:23:41 +01:00
Corentin Le Molgat
7fb25d1615 ci: Fix make linux cpp 2022-03-04 11:07:45 +01:00
Corentin Le Molgat
bf1e668e10 ci: Remove seanmiddleditch/gha-setup-ninja action 2022-03-03 14:09:09 +01:00
Laurent Perron
f63cdb45e4 revert ninja generator for make windows cpp; it triggers mingw, which installs gfortran which breaks the workflow 2022-02-25 13:26:23 +01:00
Laurent Perron
7806b61f18 revert test on make python windows 2022-02-25 09:52:14 +01:00
Laurent Perron
cb2c79b11d fix 2022-02-25 08:54:04 +01:00
Laurent Perron
62bf4e0304 polish github cmake windows workflows 2022-02-25 08:50:36 +01:00
Laurent Perron
157e952c4a force cmake python github workflow to use python 3.10 2022-02-25 08:40:13 +01:00
Laurent Perron
6784e7ea3e force cmake python github workflow to use python 3.10 2022-02-25 08:39:06 +01:00
Laurent Perron
809deba3dc use the default CMAKE_PLATFORM generator on make windows; switch to Ninja make make windows and cmake windows python github actions 2022-02-24 22:35:18 +01:00
Mizux Seiha
491c469cae bazel(ci): Fix linux build 2022-02-24 18:21:05 +01:00
Mizux Seiha
f9ef412473 bazel(ci): Fix workflow 2022-02-24 16:20:36 +01:00
Mizux Seiha
329b3561b1 ci(make): Don't remove sh.exe in windows jobs 2022-02-23 14:04:28 +01:00
Corentin Le Molgat
0bf1ad0fc0 ci: Fix macos python job 2022-02-23 10:59:05 +01:00
Laurent Perron
2657ab11d8 fix workflows to build only the target languages 2022-02-22 18:30:35 +01:00
Laurent Perron
dc4e3f3689 fix 2022-02-21 16:38:34 +01:00
Laurent Perron
6770505815 fix 2022-02-21 14:24:51 +01:00
Laurent Perron
c3e60f08ef fix github workflows for make 2022-02-21 14:14:16 +01:00
Laurent Perron
e7bf9f7501 should fix bazel workflows 2022-02-20 09:16:49 +01:00
Laurent Perron
49baf53c67 revert to c++17 on unix 2022-02-18 21:50:55 +01:00
Corentin Le Molgat
1572a841c7 bazel: require C++20
needed by pdlp/
2022-02-18 16:28:11 +01:00
Mizux Seiha
0612d45291 ci: Migrate cmake windows jobs to VS 17 2022 2022-02-17 15:02:23 +01:00
Laurent Perron
466e530f6a revert 2021-12-11 12:38:05 +01:00
Laurent Perron
2aa8045790 try to debug crash on windows 2021-12-11 11:59:48 +01:00
Corentin Le Molgat
81c5901be1 ci: Fix .Net workflows 2021-12-06 16:37:17 +01:00
Laurent Perron
aba4019f6d improve resiliency of make_windows_* github actions 2021-12-02 15:43:05 +01:00
Laurent Perron
ed1e3e7169 compile bazel windows with C++20 to support math_opt 2021-11-30 17:33:54 +01:00
Laurent Perron
87e3643888 [BAZEL] update windows command line 2021-11-30 14:10:39 +01:00
Laurent Perron
093e690715 fix bazel syntax 2021-11-30 11:28:15 +01:00
Laurent Perron
b56f5c51f4 remove math_opt from windows bazel 2021-11-30 11:10:29 +01:00
Laurent Perron
93f8213433 revert 2021-11-30 10:46:24 +01:00
Laurent Perron
8df0c17e25 [BAZEL] Try C++20 on windows 2021-11-30 10:43:10 +01:00
Corentin Le Molgat
b0f801c823 cmake(ci): Cleanup workflows 2021-11-29 14:09:44 +01:00
Mizux Seiha
0472d73080 ci: Fix cmake_windows_python job 2021-11-20 22:24:49 +01:00
Corentin Le Molgat
000010a405 ci(make): Add pandas 2021-11-19 14:04:34 +01:00
Laurent Perron
94d37c40ad add numpy install to github make python actions 2021-11-19 13:57:23 +01:00
Corentin Le Molgat
02047c14c2 ci(linux): Add ninja jobs for Python 2021-11-08 11:57:36 +01:00
Corentin Le Molgat
a6d96b8db9 ci(linux): Add ninja jobs for C++ 2021-11-08 11:57:18 +01:00
Corentin Le Molgat
1b74cfc8f7 ci: Use macos-10.15 virtual environnment for FreeBSD
macos-latest will soon point to macos-11 which drop support of VirtualBox/Vagrant
see: https://github.com/actions/virtual-environments/issues/4060
2021-10-27 08:32:57 +02:00
Mizux Seiha
512241b8c4 ci(make): Fix windows python missing deps 2021-09-23 20:39:25 +02:00
Mizux
ab165296d2 Update make_windows_python.yml 2021-09-23 19:33:38 +02:00
Mizux Seiha
b03aef70b7 ci: Bump Make in macOS jobs 2021-09-23 17:14:59 +02:00
Mizux Seiha
0d5bfb13b1 ci: Update Python env in make jobs 2021-09-23 17:14:08 +02:00
Mizux Seiha
ed4c573103 ci: Update GitHub Make jobs 2021-09-23 16:56:19 +02:00
Laurent Perron
058ab7bce0 remove github actions setup_dotnet code 2021-09-21 13:23:27 +02:00