Nikias Bassen
|
20d5d57e92
|
[github-actions] Update build workflow to use windows-latest
|
2025-07-11 00:34:33 +02:00 |
|
Nikias Bassen
|
02ceecad2a
|
[github-actions] cifuzz: Update upload-artifact to v4
|
2025-04-05 14:29:59 +02:00 |
|
Nikias Bassen
|
c1e3868485
|
Updated ax_python_devel.m4
|
2024-11-29 02:58:51 +01:00 |
|
Nikias Bassen
|
581b3e23a7
|
[github-actions] Run build workflow on pull_request
|
2024-11-29 01:20:23 +01:00 |
|
Nikias Bassen
|
e8791e2d8b
|
[github-actions] codeql-analysis: Update actions to newer version
|
2024-05-19 13:39:25 +02:00 |
|
Nikias Bassen
|
5461edafb3
|
[github-actions] Fix cython installation for macOS build
|
2024-04-30 10:30:38 +02:00 |
|
Nikias Bassen
|
a1ef9d32a3
|
[github-actions] Use newer cython version (Linux)
|
2024-04-02 18:33:41 +02:00 |
|
Nikias Bassen
|
578c78b3c2
|
[github-actions] Updated build workflow to use v4 for checkout and upload-artifact
|
2024-02-27 16:44:37 +01:00 |
|
Dave Nicolson
|
f21f2e3142
|
[github-actions] Remove unneeded Python 2 path for macOS build
|
2023-11-26 13:03:56 +08:00 |
|
Nikias Bassen
|
4dbf9de969
|
[github-actions] Fix build for CodeQL workflow again
|
2023-02-07 12:23:22 +01:00 |
|
Nikias Bassen
|
25e3e7369f
|
[github-actions] Fix build for CodeQL workflow
|
2023-02-07 12:16:25 +01:00 |
|
Nikias Bassen
|
db306bf373
|
[github-actions] CodeQL: Update checkout to v3
|
2023-01-11 19:50:31 +01:00 |
|
Nikias Bassen
|
aabdf1560c
|
[github-actions] build: Update checkout and upload-artifact to v3
|
2023-01-11 19:43:13 +01:00 |
|
David Korczynski
|
307fcc5f95
|
[github-actions] Add CIFuzz integration
Signed-off-by: David Korczynski <david@adalogics.com>
|
2022-11-20 09:49:45 -08:00 |
|
Nikias Bassen
|
1558615818
|
[github-actions] CodeQL: No need for scheduled run since it runs on every push
|
2022-11-02 13:30:02 +01:00 |
|
Nikias Bassen
|
baa84628ac
|
[github-actions] Update CodeQL to v2
|
2022-09-05 01:12:22 +02:00 |
|
Nikias Bassen
|
2ca50ad4bc
|
[github-actions] Add a scheduled build every 1st of the month so we always have an artifact
|
2022-08-24 15:26:24 +02:00 |
|
Nikias Bassen
|
38759317cb
|
[github-actions] Use windows-2019 instead of windows-latest for now
Built is failing because of some python mess
|
2022-02-14 00:57:19 +01:00 |
|
Nikias Bassen
|
c035c6bcea
|
[github-actions] Windows: Prevent -dirty suffix in version string by disabling CRLF conversion
|
2022-02-10 01:26:01 +01:00 |
|
Nikias Bassen
|
7e45a2ee6e
|
[github-actions] Also checkout all tags for codeql
|
2022-01-26 01:00:36 +01:00 |
|
Nikias Bassen
|
c424e97fd7
|
[github-actions] Make sure to fetch all tags on checkout
|
2022-01-26 00:57:53 +01:00 |
|
Nikias Bassen
|
4a6ffb5a85
|
[github-actions] Fix test suite failing due to missing debug output
|
2021-12-23 03:23:49 +01:00 |
|
Nikias Bassen
|
cf7a3f3d7c
|
[github-actions] Add an explicit apt-get update before attempting to install packages on ubuntu
|
2021-09-21 03:23:24 +02:00 |
|
Nikias Bassen
|
97d46c92ba
|
[github-actions] Remove git checkout HEAD^2 step for CodeQL
|
2021-09-17 10:02:30 +02:00 |
|
Nikias Bassen
|
787a4497f1
|
[github-actions] Create artifacts
|
2021-06-09 03:43:52 +02:00 |
|
Nikias Bassen
|
f64f30aa84
|
[github-actions] Use python3/cython3 for building python bindings
|
2021-06-09 03:36:08 +02:00 |
|
Nikias Bassen
|
c06ae56015
|
[github-actions] macOS: Build arm64 _and_ x86_64
|
2021-06-09 02:33:16 +02:00 |
|
Nikias Bassen
|
235c6625b4
|
[github-actions] Windows: Also build cython extension
|
2021-06-09 02:28:18 +02:00 |
|
Nikias Bassen
|
03a05509b5
|
[github-actions] Windows: add matrix to build for x86_64 and i686
|
2021-06-09 02:28:12 +02:00 |
|
Nikias Bassen
|
ced16994f3
|
[github-actions] macOS: Fix build with cython
|
2021-01-28 03:28:02 +01:00 |
|
Nikias Bassen
|
74425fec91
|
[github-actions] Update msys2/windows build action
|
2020-11-21 03:35:24 +01:00 |
|
Nikias Bassen
|
66fef8c7c4
|
[github-actions] Remove python from languages for codeql-analysis
|
2020-10-01 17:10:29 +02:00 |
|
Nikias Bassen
|
bf5aeec500
|
Create codeql-analysis.yml
|
2020-10-01 15:42:04 +02:00 |
|
Nikias Bassen
|
93dbf11118
|
[github-actions] Remove 'make distcheck' from ubuntu build test
|
2020-06-16 01:50:57 +02:00 |
|
Nikias Bassen
|
92b3f61b07
|
[github-actions] Install cython via pip
|
2020-04-13 23:34:33 +02:00 |
|
Nikias Bassen
|
ba52a04399
|
[github-actions] Run last step in windows build check even if previous one failed
|
2019-12-18 02:26:58 +01:00 |
|
Nikias Bassen
|
8b09d3fc11
|
[github actions] Print test log of failed tests when testing windows build
|
2019-12-18 02:06:17 +01:00 |
|
Nikias Bassen
|
6dfedfc718
|
[github actions] trying to fix windows build...
|
2019-12-09 02:34:19 +01:00 |
|
Nikias Bassen
|
34891d5a68
|
[github action] Hopefully fix windows build
|
2019-12-09 02:05:17 +01:00 |
|
Nikias Bassen
|
510c5fa564
|
[github actions] Trying to add windows to build workflow
|
2019-12-09 02:00:21 +01:00 |
|
Nikias Bassen
|
2d5a1bb885
|
[github actions] Update build workflow to not run brew as root for macOS
|
2019-12-09 01:38:59 +01:00 |
|
Nikias Bassen
|
408badefd1
|
[github actions] Update build workflow
|
2019-12-09 01:35:40 +01:00 |
|
Nikias Bassen
|
3763b84509
|
[github actions] Fix workflow
|
2019-12-09 01:14:49 +01:00 |
|
Nikias Bassen
|
344328d18c
|
Add build workflow
|
2019-12-05 01:12:03 +01:00 |
|