Jelle Spijker
6106ade3af
Fix missing asc file in Linux build artifacts
...
The asc was created for the AppImage, but never uploaded as an
artifact.
Fixes CURA-11087
2023-10-02 09:49:04 +02:00
Stephen Fluin
243eec10dc
chore: update SlicingCrash.yaml with latest 5.4.0 release
2023-09-24 22:35:34 +08:00
Jelle Spijker
e25f1b03a5
Update macos.yml
2023-09-23 19:33:00 +02:00
Jelle Spijker
f8425b039a
don't upload packages from self-hosted
2023-09-23 19:24:48 +02:00
Jelle Spijker
b1e5718e72
allow cmd to to fail
2023-09-23 19:15:38 +02:00
Jelle Spijker
dde9384c04
clean the slate
...
self-hosted runners are persistent since the the internal repo installs the private artifactory when run from there, the public repo tries to use that data, but from here we don't have access to the sources. This steps ensure that the private Artifactory is unknown in the public repo
2023-09-23 19:12:37 +02:00
Jelle Spijker
d2b7f31e29
Fix correct uses for ARM64 MacOS
...
CURA-10982
2023-09-18 14:02:12 +02:00
Jelle Spijker
c5873754d7
Reenabled ARM64 MacOS
...
CURA-10982
2023-09-18 13:42:57 +02:00
jellespijker
3555073ee4
run each time at 5:15 CET
...
Contribute to CURA-10866
2023-09-12 23:22:38 +02:00
jellespijker
9705de7175
run each hour as a test
...
Contribute to CURA-10866
2023-09-12 23:11:22 +02:00
jellespijker
933dfb526b
only update nightlies when requested
...
Contribute to CURA-10866
2023-09-12 23:07:19 +02:00
jellespijker
87d0550109
fill in default ,values when run from cron
...
Contribute to CURA-10866
2023-09-12 22:59:12 +02:00
jellespijker
1d4e5f5c30
fill in default ,values when run from cron
...
Contribute to CURA-10866
2023-09-12 22:57:02 +02:00
Jelle Spijker
c526ef6fb7
Use lowercase cura_conan_version
...
Contributes to CURA-10988
2023-09-12 08:00:36 +02:00
Jelle Spijker
bbf480d4a3
Disabled MacOS ARM64
...
Runner is offline for maintenance.
Contributes to CURA-10988
2023-09-11 19:31:40 +02:00
Jelle Spijker
86aaaf4677
Removed time-outs
...
They will cancel running jobs not idle waiting
Contributes to CURA-10475 and CURA-10591
2023-09-11 15:29:55 +02:00
Jelle Spijker
69bdcfa52f
Simplified All Installer workflow
...
No need to make exceptions in this workflow for different OSes
it's called the **All** Installer for a reason.
If people need a specific OS installer run the linux, macos or windows installer itself.
Added a time-out to the macos workflow if the self-hosted isn't online.
Moved the ARM64 jobs to the end and added an `always()` condition to the update of the release, such that the
GH hosted runners will at least update.
Add missing download for MacOS X64
Contributes to CURA-10475 and CURA-10591
2023-09-11 13:29:02 +02:00
Jelle Spijker
38133980fc
Merge branch 'main' into CURA-10475_engineplugin
...
# Conflicts:
# .github/workflows/installers.yml
2023-09-11 12:18:12 +02:00
Jelle Spijker
312c2a5bb2
github.event.inputs are strings
...
Contributes to CURA-10998
2023-09-11 10:20:43 +02:00
Jelle Spijker
7a3d852d41
fixed syntax erros
...
Contributes to CURA-10998
2023-09-11 10:18:32 +02:00
Jelle Spijker
d1e4e018b9
fixed missing start of context
...
Contributes to CURA-10998
2023-09-11 10:13:54 +02:00
Jelle Spijker
4c8f8c8a00
fixed missing start of context
...
Contributes to CURA-10998
2023-09-11 10:12:48 +02:00
Jelle Spijker
c9bc1963e4
Use github.event.inputs
...
Contributes to CURA-10998
2023-09-11 10:11:21 +02:00
Jelle Spijker
e586fca22e
Use github.event.inputs
...
Contributes to CURA-10998
2023-09-11 10:08:33 +02:00
Jelle Spijker
965a30775d
Use github.event.inputs
...
Contributes to CURA-10998
2023-09-11 10:07:09 +02:00
Jelle Spijker
553ce41d01
Use default values for nightlies
...
Contributes to CURA-10998
2023-09-11 10:01:11 +02:00
Remco Burema
fbd5569089
Merge remote-tracking branch 'origin/main' into CURA-10951_gh_build_curapackage
2023-09-08 18:39:27 +02:00
Remco Burema
e3f8c8d2ae
Put scheduled build back to early morning.
2023-09-08 08:54:33 +02:00
Remco Burema
bb57220756
Fix scheduled build.
...
... but skip mac for now. Try out in about 15 minutes, after that I'll put it back to 5 o'clock.
related to CURA-9494
2023-09-08 08:07:34 +02:00
Remco Burema
13962a563e
Make sure there is at least one run-info.
...
part of CURA-9494
2023-09-07 22:38:11 +02:00
Remco Burema
e1f2424f0e
Should run nightly part even if some OS is skipped.
...
part of CURA-9494
2023-09-07 22:15:30 +02:00
Remco Burema
e9fe6b9831
Partial revert of unneeded code.
...
It doesn't work out this way, and, due to the if-clause further on, it should work even if the 'need's aren't all met.
part of CURA-9494
2023-09-07 21:10:46 +02:00
Remco Burema
566fdfce1c
Whitespace can be important.
...
part of CURA-9494
2023-09-07 20:51:56 +02:00
Remco Burema
a35ce3d652
Use single quotes or 'if' doesn't work.
...
part of CURA-9494
2023-09-07 20:48:33 +02:00
Remco Burema
13af77b4f6
Nightlies workflow: Enable skipping OS's
...
part of CURA-9494
2023-09-07 20:34:54 +02:00
Remco Burema
c716ff8dfe
Merge branch 'main' into CURA-9494_nightly
2023-09-07 13:09:49 +02:00
Remco Burema
5765f398a3
Add clarifying comments: Why .sh 'on' Windows?
...
part of CURA-9494
2023-09-07 13:03:56 +02:00
Jelle Spijker
c5e3821116
Fix the AppImage-builder scripts
...
Contributes CURA-10951
2023-09-05 06:12:47 +02:00
Jelle Spijker
e5aab096e9
Add AppImage-builder and dependencies
...
Contributes CURA-10951
2023-09-01 07:51:52 +02:00
Jelle Spijker
59ce5a6c49
Don't build on linux-legacy
...
Contributes CURA-10951
2023-09-01 07:37:34 +02:00
jellespijker
baafdbfce3
Use gcc-13 and new conan-config
2023-08-31 05:45:44 +02:00
jellespijker
1fb7191dd7
Use conf skip_test
...
Contributes to CURA-10951
2023-08-31 05:26:40 +02:00
Jelle Spijker
81b2aeaf4e
Merge branch 'main' into CURA-9494_nightly
2023-08-29 22:52:54 +02:00
Jelle Spijker
3d48e51ac2
Update requirements-conan-package.txt
2023-08-29 07:53:35 +02:00
Jelle Spijker
d70b209288
Update requirements-conan-package.txt
2023-08-28 17:32:03 +02:00
Jelle Spijker
7671705c16
Update requirements-conan-package.txt
2023-08-28 16:35:27 +02:00
Jelle Spijker
608878d7be
Update macos.yml
2023-08-28 15:21:09 +02:00
Jelle Spijker
2b39c73d56
Update linux.yml
2023-08-28 15:20:17 +02:00
Jelle Spijker
0e67ff38c2
Update windows.yml
2023-08-28 15:19:45 +02:00
c.lamboo
0362f8abe6
Revert "Update conan version"
...
This reverts commit 711b4401007cbbcf7455c60114a63d8ee7976049.
2023-08-28 14:42:04 +02:00