mirror of
https://github.com/chriskohlhoff/asio.git
synced 2026-01-18 16:51:17 +01:00
Update CI/CD config to match new directory structure.
This commit is contained in:
@@ -48,7 +48,7 @@ for:
|
||||
build_script:
|
||||
- call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
|
||||
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
|
||||
- cd asio\src
|
||||
- cd src
|
||||
- nmake -f Makefile.msc
|
||||
- nmake -f Makefile.msc check
|
||||
-
|
||||
@@ -61,7 +61,7 @@ for:
|
||||
_WIN32_WINNT: 0x0603
|
||||
build_script:
|
||||
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
|
||||
- cd asio\src
|
||||
- cd src
|
||||
- nmake -f Makefile.msc
|
||||
- nmake -f Makefile.msc check
|
||||
-
|
||||
@@ -74,7 +74,7 @@ for:
|
||||
_WIN32_WINNT: 0x0A00
|
||||
build_script:
|
||||
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
|
||||
- cd asio\src
|
||||
- cd src
|
||||
- nmake -f Makefile.msc
|
||||
- nmake -f Makefile.msc check
|
||||
-
|
||||
@@ -86,7 +86,7 @@ for:
|
||||
BOOSTDIR: C:/Libraries/boost_1_83_0
|
||||
build_script:
|
||||
- PATH=C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;C:\msys64\usr\bin;%PATH%
|
||||
- cd asio\src
|
||||
- cd src
|
||||
- mingw32-make -f Makefile.mgw
|
||||
- mingw32-make -f Makefile.mgw check
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ task:
|
||||
install_script:
|
||||
- pkg install -y autoconf automake pkgconf
|
||||
build_script:
|
||||
- cd asio
|
||||
- ./autogen.sh
|
||||
- ./configure --with-boost=no
|
||||
- make
|
||||
|
||||
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -322,18 +322,15 @@ jobs:
|
||||
run: |
|
||||
wget --quiet -O - ${{ matrix.boost-url }} | tar -xj
|
||||
- name: Configure
|
||||
working-directory: asio
|
||||
run: |
|
||||
./autogen.sh
|
||||
./configure ${{ matrix.separate-compilation }} ${{ matrix.with-boost }}
|
||||
- name: Line length check
|
||||
working-directory: asio
|
||||
run: perl ./boostify.pl --includes-only
|
||||
- name: Sanity check
|
||||
if: startsWith(matrix.build-type, 'sanity')
|
||||
working-directory: asio/src/tests
|
||||
working-directory: src/tests
|
||||
run: make unit/io_context.log unit/ip/tcp.log unit/ts/net.log
|
||||
- name: Build
|
||||
if: startsWith(matrix.build-type, 'full')
|
||||
working-directory: asio
|
||||
run: make && make check
|
||||
|
||||
Reference in New Issue
Block a user