Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
An attempt to use FlyCI M1
  • Loading branch information
allinurl authored Jan 11, 2024
1 parent 1e8c214 commit 941c885
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, flyci-macos-large-latest-m1]
include:
- os: ubuntu-latest
setup-env: sudo apt-get update && sudo apt-get install -y build-essential autoconf gettext autopoint libncursesw5-dev libssl-dev git libmaxminddb-dev jq
- os: macos-latest
setup-env: brew update && brew install ncurses gettext autoconf automake libmaxminddb jq
- os: flyci-macos-large-latest-m1
setup-env: brew update && brew install ncurses gettext autoconf automake libmaxminddb jq

steps:
- name: Setup env.
Expand Down

6 comments on commit 941c885

@kgantchev
Copy link

@kgantchev kgantchev commented on 941c885 Jan 11, 2024

Choose a reason for hiding this comment

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

Thank you fog giving FlyCI a try! I'm one of the co-founders of FlyCI and I'm super happy to see that your run was successful! BTW, how did you hear about FlyCI?

@allinurl
Copy link
Owner Author

Choose a reason for hiding this comment

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

No, thank you for offering that free tier. Excited to give it a shot with goaccess! I learned from your recent post here.

@kgantchev
Copy link

Choose a reason for hiding this comment

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

Awesome! Having GoAccess run on FlyCI is a huge milestone for us. Please let us know if you run into any trouble. We're here to help!

@allinurl
Copy link
Owner Author

Choose a reason for hiding this comment

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

Thanks a lot, Kiril! I really appreciate it!

@radeva
Copy link

@radeva radeva commented on 941c885 Jan 25, 2024

Choose a reason for hiding this comment

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

Thank you @allinurl for the nice words. We've created a dedicated case study on the GoAccess and FlyCI collaboration. Feel free to share it with your friends and followers in social media ;)

@allinurl
Copy link
Owner Author

Choose a reason for hiding this comment

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

@radeva Appreciate the info! I'll share it on Twitter, I'm thinking Monday or Tuesday would be the better time.

Please sign in to comment.