Lines Matching full:build
16 build:
28 name: Build ${{ matrix.build_option }}
35 run: python tests/main.py --build-option=${{ matrix.build_option }} build
37 build-windows-GCC:
39 name: Build Windows GCC
45 - name: Build
46 run: python tests/main.py build
50 build-windows-MSVC:
52 name: Build Windows MSVC
63 - name: Build
64 run: python tests/main.py build
68 build-esp32s3:
70 name: Build ESP IDF ESP32S3
81 - name: Build
82 run: . /opt/esp/idf/export.sh && idf.py build
90 build_config: ['64bit build',
91 '32bit build']
103 - name: Set environment variables for 32-bit build
104 if: matrix.build_config == '32bit build'
122 echo "New files were added during the build process."
141 - name: Fail the build if new files were found
144 echo "Failing the build due to newly generated reference images."