Hi Daniel, I have added basic configuration for GitHub Actions (continuous integration) in 2022 (r1902398 <http://svn.apache.org/r1902398>). These commits are just improvements and fixes. I am not sure that it is worth mentioning in the report.
On Mon, 15 Jul 2024 at 21:54, Daniel Sahlberg <[email protected]> wrote: > Hi Ivan, > > Thanks for the recent additions! Since this is one of few things happening > in Serf, I'd suggest that we mention it in the next board report (due in > August). I guess it is some kind of automated (commit triggered?) build, > but my understanding of Github actions (not even sure of the name!) are not > good enough to write something sensible. > > Could you, or someone else, write down two or three lines describing this > that I could add to the report? > > Kind regards, > Daniel > (Chair, but only to submit the reports ;-) ). > > > Den ons 10 juli 2024 kl 13:32 skrev <[email protected]>: > >> Author: ivan >> Date: Wed Jul 10 11:32:37 2024 >> New Revision: 1919090 >> >> URL: http://svn.apache.org/viewvc?rev=1919090&view=rev >> Log: >> Revert r1918939 and r1918945. >> >> Modified: >> serf/trunk/.github/workflows/windows-cmake.yml >> >> Modified: serf/trunk/.github/workflows/windows-cmake.yml >> URL: >> http://svn.apache.org/viewvc/serf/trunk/.github/workflows/windows-cmake.yml?rev=1919090&r1=1919089&r2=1919090&view=diff >> >> ============================================================================== >> --- serf/trunk/.github/workflows/windows-cmake.yml (original) >> +++ serf/trunk/.github/workflows/windows-cmake.yml Wed Jul 10 11:32:37 >> 2024 >> @@ -40,7 +40,7 @@ jobs: >> - uses: actions/checkout@v3 >> >> - name: Configure CMake >> - run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{ >> matrix.build-type }} -G "${{ matrix.generator }}" >> -DCMAKE_INSTALL_PREFIX=C:/vcpkg/installed/${{ matrix.triplet }} >> -DAPR_ROOT=C:/vcpkg/installed/${{ matrix.triplet }} >> -DAPRUtil_ROOT=C:/vcpkg/installed/${{ matrix.triplet }} >> + run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{ >> matrix.build-type }} -G "${{ matrix.generator }}" >> -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake >> -DAPR_ROOT=C:/vcpkg/installed/${{ matrix.triplet }} >> -DAPRUtil_ROOT=C:/vcpkg/installed/${{ matrix.triplet }} >> >> - name: Build >> run: cmake --build ${{github.workspace}}/build --config ${{ >> matrix.build-type }} >> >> >> -- Ivan Zhakov
