dependabot[bot]
|
abb19e0870
|
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-19 13:39:50 +01:00 |
|
Andrej730
|
f8144cdbad
|
ci.yml - color cmake output
|
2025-12-18 18:46:04 +05:00 |
|
Andrej730
|
cd87217f4e
|
build scripts - don't provide cxx-std-17
As it's automatically set by the cmake script.
|
2025-12-15 19:02:05 +05:00 |
|
Andrej730
|
87e4846f71
|
ci.yml - use ccache for examples too
|
2025-12-15 19:02:05 +05:00 |
|
Andrej730
|
4138d9f464
|
ci.yml - drop OCCT cmake variables preferring cmake config
Just found that it's available from `occt-misc` package.
|
2025-12-15 19:02:05 +05:00 |
|
Andrej730
|
c7b75d2863
|
ci.yml - add packages to use occt cmake config
|
2025-12-15 19:02:05 +05:00 |
|
Andrej730
|
46dc6cf08b
|
ci.yml - use depth 1 for swig
|
2025-12-15 19:02:04 +05:00 |
|
Andrej730
|
276c9c9833
|
ci - also temp disable ifcopenhouse executables execution
|
2025-12-12 20:54:39 +05:00 |
|
Andrej730
|
4d34e4296c
|
examples - build IfcAlignment using cmake package
|
2025-12-12 19:30:22 +05:00 |
|
Andrej730
|
43533706a4
|
examples - build IfcOpenHouse/IfcAdvancedHouse using cmake package
|
2025-12-12 19:30:22 +05:00 |
|
Andrej730
|
084992ddcc
|
Make IfcParseExamples buildable outside of the main build tree
It's a very verbose version of consuming IfcOpenShell cmake package, but we'll be able to use it as a start point to build upon.
|
2025-12-12 18:33:48 +05:00 |
|
dependabot[bot]
|
b135dd6994
|
Bump actions/setup-python from 2 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v6)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-11-19 13:07:34 +01:00 |
|
dependabot[bot]
|
07147f4b7f
|
Bump actions/checkout from 2 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-11-19 13:02:55 +01:00 |
|
Andrej730
|
48b1493c5c
|
build_win - use official ccache-action as PR got merged
|
2025-11-19 16:58:22 +05:00 |
|
Andrej730
|
cead5cc75d
|
ci - add swig build to fix failing stub test
Older swig versions have some redundant symbols, using the one we use in other build scripts.
|
2025-11-17 19:28:09 +05:00 |
|
Andrej730
|
9396cb226f
|
ci - add opencollada to fix failing stub test
|
2025-11-17 19:28:09 +05:00 |
|
Esteban DUGUEPEROUX
|
30925a4b3c
|
fix format
|
2025-11-05 19:26:22 +01:00 |
|
Esteban DUGUEPEROUX
|
ccf0efffce
|
cmake: Simplify hdf5 linkage
|
2025-11-05 19:26:22 +01:00 |
|
Andrej730
|
e8544d78ee
|
ci.yml - note on rtti in rocksdb
|
2025-10-28 17:17:20 +05:00 |
|
Andrej730
|
e715a9467d
|
ci.yml - exclude PYTHON_LIBRARY as redundant
|
2025-10-28 17:17:20 +05:00 |
|
Thomas Krijnen
|
6f3065f6ce
|
ci.yml USE_MMAP=On
|
2025-10-26 10:15:52 +01:00 |
|
Thomas Krijnen
|
325745a822
|
Test IfcConvert only on single file
|
2025-10-25 15:54:15 +02:00 |
|
Thomas Krijnen
|
0f8c6ffe9e
|
Run the bulk of pytest in parallel
|
2025-10-25 15:38:25 +02:00 |
|
Andrej730
|
b61000d2fe
|
ci.yml - bump ccache action version
|
2025-10-04 21:40:07 +05:00 |
|
Andrej730
|
0b8ea28463
|
aud - use main repo
As PR with a fix was merged
|
2025-10-04 21:40:06 +05:00 |
|
Andrej730
|
289645dacc
|
ci.yml - let cmake figure out system dependencies automatically
|
2025-10-04 21:40:06 +05:00 |
|
Andrej730
|
c365acb517
|
ci.yml - don't provide ccache explicitly
as it's covered automatically by cmake
|
2025-10-04 21:40:06 +05:00 |
|
Andrej730
|
60617eecce
|
ci.yml - add ccache for rocksdb
Revert "ci.yml - add ccache for rocksdb"
This reverts commit 71178d4bbc023c793b0800f5987a979fdddc1c30.
Update ci.yml
|
2025-10-04 21:40:06 +05:00 |
|
Andrej730
|
8a33e2fea1
|
workflows - unify ccache names
|
2025-09-26 21:53:31 +05:00 |
|
Andrej730
|
d0d5f972df
|
cmake - use find_package for rocksdb and zstd
|
2025-09-18 14:07:58 +05:00 |
|
Thomas Krijnen
|
51ae3f4c5e
|
Update CI paths
|
2025-08-29 09:26:23 +02:00 |
|
Thomas Krijnen
|
b92871818a
|
Fix MacOS toolset to 10.13 due to rocksdb alignment requirements
|
2025-08-27 13:23:43 +02:00 |
|
Thomas Krijnen
|
b9b12520f7
|
Compile rocksdb in ci.yml
|
2025-08-27 10:27:57 +02:00 |
|
Thomas Krijnen
|
4e71ae7d85
|
Enable rocksdb in ci.yml
|
2025-08-26 14:03:38 +02:00 |
|
Esteban DUGUEPEROUX
|
34676a567e
|
#6803: Update IfcOffsetCurveByDistance to be compitable on Windows with MSVC and C++20
In addition add option to be able to build IfcOpenShell against other C++ standard than C++17
|
2025-06-13 09:43:13 +02:00 |
|
Andrej
|
adf8a1f4e0
|
ci - run all ifcopenshell packages tests regardless of errors in some
|
2025-06-04 19:04:31 +05:00 |
|
Andrej
|
e41c4bf7ae
|
Separate mathutils tests
|
2025-05-30 18:13:11 +05:00 |
|
Andrej730
|
5d8c2f2ec2
|
deprecate test-safe #5192
|
2025-02-17 17:58:45 +05:00 |
|
Andrej730
|
b2b3a83463
|
ci - fix missing ifctester for tests
|
2025-02-05 18:27:27 +05:00 |
|
Dion Moult
|
13746eb55e
|
Fix CI job a unique name so it can be used as a requirement for PRs
It seems as though the UI only selects by job name and we use the name
"build" everywhere.
|
2025-02-05 14:28:42 +11:00 |
|
Thomas Krijnen
|
241329325d
|
Update ci.yml - 22.04
|
2025-01-29 20:10:19 +01:00 |
|
Andrej730
|
05542ca6ec
|
Fix failing ifcopenshell ci tests due missing ifcpatch (56de208)
|
2024-11-11 16:31:13 +05:00 |
|
Thomas Krijnen
|
a2538fdd35
|
Update ci.yml
|
2024-11-05 16:13:47 +01:00 |
|
Dion Moult
|
0f8c3b3c83
|
Name change in workflows dir
|
2024-08-13 23:21:30 +10:00 |
|
Andrej730
|
7c4d45ab32
|
ci - fix ifcdiff dependencies
|
2024-08-09 14:29:38 +05:00 |
|
Andrej730
|
98c4a1d110
|
ifcdiff - add simple tests
|
2024-08-07 17:33:10 +05:00 |
|
Andrej730
|
3c4a865e0b
|
ci.yml - also run tests for other ifcopenshell packages
|
2024-08-01 18:01:59 +05:00 |
|
Blender Defender
|
59a3c019a4
|
ci: Move the black formatter workflow to a seperate file
|
2024-07-25 18:24:31 +05:00 |
|
Blender Defender
|
30ab2f1e48
|
ci: Add black formatter to ci.yml
Check, whether the files are formatted properly using the black formatter on push and pull requests.
|
2024-07-25 18:24:31 +05:00 |
|
Dion Moult
|
c4dfbdbe2e
|
Merge branch 'v0.7.0' into v0.8.0
|
2024-06-07 23:48:39 +10:00 |
|