Skip to content

Improve CI#258

Open
er2off wants to merge 3 commits intonillerusr:masterfrom
er2off:ci
Open

Improve CI#258
er2off wants to merge 3 commits intonillerusr:masterfrom
er2off:ci

Conversation

@er2off
Copy link
Copy Markdown
Contributor

@er2off er2off commented May 20, 2023

This pull request improves GitHub Actions by using matrix, sending artifacts and removing old build scripts for every build platform.

er2off added 2 commits May 20, 2023 13:21
This commit improves GitHub Actions by using matrix and sending
artifacts.
@LegendaryGuard
Copy link
Copy Markdown
Contributor

LegendaryGuard commented Jun 5, 2023

That CI improvement saves time and resources.

Shouldn't that be merged already?


tests-windows-amd64:
runs-on: windows-2019
- uses: actions/checkout@v3
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run tests macos-amd64
run: |
scripts/tests-macos-amd64.sh
- uses: actions/checkout@v3
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- uses: actions/checkout@v3
- uses: actions/checkout@v4

scripts/build-ubuntu-amd64.sh -d

build-macos-amd64:
- uses: actions/checkout@v3
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build macos-amd64
run: |
scripts/build-macos-amd64.sh
- uses: actions/checkout@v3
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- uses: actions/checkout@v3
- uses: actions/checkout@v4

flags: ['', '-d']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run tests linux-i386
run: |
scripts/tests-ubuntu-i386.sh
- uses: actions/checkout@v3
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- uses: actions/checkout@v3
- uses: actions/checkout@v4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants