Lines Matching full:build
26 - name: Build WIN32-MSVC Demo
30 - name: Build WIN32-MSVC-Static-Allocation-Only Demo
52 - name: Build WIN32-MingW Demo
81 sudo apt-get -y install build-essential
83 - name: Build Posix_GCC Demo
88 - name: Build Posix_GCC Demo for Coverage Test
105 sudo apt-get -y install build-essential
107 - name: Build CMake Example Demo
111 cmake -S . -B build
112 cmake --build build
114 - name: Build CMake SMP Example Demo
118 cmake -S . -B build -DFREERTOS_SMP_EXAMPLE=1
119 cmake --build build
143 sudo apt-get -y install gcc-msp430 build-essential
145 - name: Build msp430_GCC Demo
185 … sudo apt-get -y install gcc-arm-none-eabi build-essential cmake git ninja-build python3-minimal
187 - name: Build CORTEX_MPU_M3_MPS2_QEMU_GCC Demo
192 - name: Build CORTEX_LM3S102_GCC Demo
197 - name: Build CORTEX_LM3S811_GCC Demo
202 - name: Build CORTEX_M0+_RP2040 Demos
207 cmake -B build -DPICO_SDK_PATH=pico-sdk -GNinja
208 ninja -C build --verbose
210 - name: Build CORTEX_MPS2_QEMU_IAR_GCC Demo
213 run: make -C build/gcc -j