forked from quickfixgo/quickfix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
87 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,51 +30,51 @@ jobs: | |
with: | ||
version: v1.57.2 | ||
|
||
# build: | ||
# name: build | ||
# runs-on: ubuntu-latest | ||
# strategy: | ||
# matrix: | ||
# go: [1.21] | ||
# store-type: | ||
# - | ||
# - memory | ||
# - file | ||
# - mongo | ||
# fix-version: | ||
# - | ||
# - fix40 | ||
# - fix41 | ||
# - fix42 | ||
# - fix43 | ||
# - fix44 | ||
# - fix50 | ||
# - fix50sp1 | ||
# - fix50sp2 | ||
# steps: | ||
# - name: Setup | ||
# uses: actions/setup-go@v2 | ||
# with: | ||
# go-version: ${{ matrix.go }} | ||
# - name: Check out source | ||
# uses: actions/checkout@v2 | ||
# - name: Start MongoDB | ||
# uses: supercharge/[email protected] | ||
# with: | ||
# mongodb-replica-set: replicaset | ||
# - name: Install ruby | ||
# uses: ruby/setup-ruby@v1 | ||
# with: | ||
# ruby-version: '3.0' | ||
# - name: Unit test | ||
# env: | ||
# FIX_TEST: ${{ matrix.fix-version }} | ||
# STORE_TYPE: ${{ matrix.store-type }} | ||
# run: if [ -z $FIX_TEST ] && [ -z $STORE_TYPE ]; then make build-src && make test-ci; fi | ||
# - name: Acceptance test | ||
# env: | ||
# GO111MODULE: on | ||
# MONGODB_TEST_CXN: mongodb://localhost:27017 | ||
# FIX_TEST: ${{ matrix.fix-version }} | ||
# STORE_TYPE: ${{ matrix.store-type }} | ||
# run: if [ $FIX_TEST ] && [ $STORE_TYPE ]; then make generate-ci && make build && make $FIX_TEST; fi | ||
build: | ||
name: build | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
go: [1.21] | ||
store-type: | ||
- | ||
- memory | ||
- file | ||
- mongo | ||
fix-version: | ||
- | ||
- fix40 | ||
- fix41 | ||
- fix42 | ||
- fix43 | ||
- fix44 | ||
- fix50 | ||
- fix50sp1 | ||
- fix50sp2 | ||
steps: | ||
- name: Setup | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: ${{ matrix.go }} | ||
- name: Check out source | ||
uses: actions/checkout@v2 | ||
- name: Start MongoDB | ||
uses: supercharge/[email protected] | ||
with: | ||
mongodb-replica-set: replicaset | ||
- name: Install ruby | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: '3.0' | ||
- name: Unit test | ||
env: | ||
FIX_TEST: ${{ matrix.fix-version }} | ||
STORE_TYPE: ${{ matrix.store-type }} | ||
run: if [ -z $FIX_TEST ] && [ -z $STORE_TYPE ]; then make build-src && make test-ci; fi | ||
- name: Acceptance test | ||
env: | ||
GO111MODULE: on | ||
MONGODB_TEST_CXN: mongodb://localhost:27017 | ||
FIX_TEST: ${{ matrix.fix-version }} | ||
STORE_TYPE: ${{ matrix.store-type }} | ||
run: if [ $FIX_TEST ] && [ $STORE_TYPE ]; then make generate-ci && make build && make $FIX_TEST; fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
run: | ||
timeout: 10m | ||
# deprecated config - | ||
# skip-dirs: | ||
# - gen | ||
# - vendor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters