diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5e9bca6..591f8e0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,18 +7,12 @@ on: jobs: build: - strategy: - matrix: - os: [windows-2022, macos-15, ubuntu-22.04] - addrsize: ["64"] - include: - - os: windows-2022 - addrsize: "32" - runs-on: ${{ matrix.os }} + runs-on: [ubuntu-latest] steps: - uses: secondlife/action-autobuild@v5 with: - addrsize: ${{ matrix.addrsize }} + platform: common + release: needs: build runs-on: [ubuntu-latest] @@ -26,4 +20,4 @@ jobs: steps: - uses: secondlife/action-autobuild-release@v3 with: - public: true + public: true \ No newline at end of file diff --git a/autobuild.xml b/autobuild.xml index 7c17fa5..bac108f 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1,20 +1,12 @@ + version + 1.3 + type + autobuild package_description - canonical_repo - https://github.com/secondlife/3p-websocketpp - copyright - Copyright (c) 2014, Peter Thorson - description - WebSocket++ is a C++ header only library for interacting with WebSocket servers and clients. - license - websocketpp - license_file - LICENSES/websocketpp.txt - name - websocketpp platforms common @@ -23,20 +15,21 @@ stage configurations - default + common build + command + bash arguments - -c ../build-cmd.sh - command - bash + default + true name - default + common manifest @@ -47,67 +40,21 @@ name common - darwin - - configurations - - default - - build - - - default - true - name - default - - - name - darwin - - linux - - configurations - - default - - build - - - default - true - name - default - - - name - linux - - windows - - configurations - - default - - build - - - default - true - name - default - - - name - windows - + license + websocketpp + license_file + LICENSES/websocketpp.txt + copyright + Copyright (c) 2014, Peter Thorson version_file VERSION.txt + name + websocketpp + canonical_repo + https://github.com/secondlife/3p-websocketpp + description + WebSocket++ is a C++ header only library for interacting with WebSocket servers and clients. - type - autobuild - version - 1.3