@@ -22,7 +22,7 @@ commands:
22
22
jobs :
23
23
build-linux-gcc :
24
24
machine :
25
- image : ubuntu-2204:2022 .04.2 # https://circleci.com/developer/machine/image/ubuntu-2204 pick LTS
25
+ image : ubuntu-2204:2024 .04.4 # https://circleci.com/developer/machine/image/ubuntu-2204 pick LTS
26
26
steps :
27
27
- checkout
28
28
- install_dependencies
32
32
33
33
build-linux-clang :
34
34
machine :
35
- image : ubuntu-2204:2022 .04.2 # https://circleci.com/developer/machine/image/ubuntu-2204 pick LTS
35
+ image : ubuntu-2204:2024 .04.4 # https://circleci.com/developer/machine/image/ubuntu-2204 pick LTS
36
36
steps :
37
37
- checkout
38
38
- install_dependencies :
44
44
45
45
build-mac-gcc :
46
46
macos :
47
- xcode : 12.5.1 # https://circleci.com/docs/using-macos/#supported-xcode-versions https://en.wikipedia.org/wiki/MacOS_version_history#Releases
48
- resource_class : macos.x86 .medium.gen2
47
+ xcode : 16.4.0 # https://circleci.com/docs/using-macos/#supported-xcode-versions https://en.wikipedia.org/wiki/MacOS_version_history#Releases
48
+ resource_class : macos.m1 .medium.gen1
49
49
steps :
50
50
- checkout
51
51
- install_dependencies
55
55
56
56
build-mac-clang :
57
57
macos :
58
- xcode : 12.5.1 # https://circleci.com/docs/using-macos/#supported-xcode-versions https://en.wikipedia.org/wiki/MacOS_version_history#Releases
59
- resource_class : macos.x86 .medium.gen2
58
+ xcode : 16.4.0 # https://circleci.com/docs/using-macos/#supported-xcode-versions https://en.wikipedia.org/wiki/MacOS_version_history#Releases
59
+ resource_class : macos.m1 .medium.gen1
60
60
steps :
61
61
- checkout
62
62
- install_dependencies :
@@ -73,10 +73,10 @@ jobs:
73
73
steps :
74
74
- checkout
75
75
- run : powershell.exe .\install_dependencies.ps1
76
- - run : .\mingw64\ bin\mingw32-make all
77
- - run : .\mingw64\opt\ bin\python3 .exe .\test\run_unit_tests.py -m"..\\..\\mingw64\\bin\\mingw32-make"
78
- # - store_artifacts:
79
- # path: ./Release/MINGW64 /erpcgen/erpcgen.exe
76
+ - run : C:\Users\circleci\project\cmake_installation\ bin\cmake.exe --preset mingw64 -B ./build
77
+ - run : C:\Users\circleci\project\cmake_installation\ bin\cmake .exe --build ./build --target erpcgen
78
+ - store_artifacts :
79
+ path : ./build /erpcgen/erpcgen.exe
80
80
81
81
build-windows-VS :
82
82
executor :
0 commit comments