Skip to content

Commit

Permalink
run docker build in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Dec 3, 2024
1 parent 35e5f75 commit c3c2270
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- cron: '0 2 * * *'
push:
branches: [ '*' ]

jobs:
build_and_benchmark:
runs-on: ubuntu-latest
Expand All @@ -19,6 +20,9 @@ jobs:
- name: check
run: make check

- name: Build Docker image
run: docker build -t extrawurst/ip2country:latest -f Dockerfile .

- name: benchmark-iai
run: |
sudo apt-get update -y && sudo apt-get install -y valgrind
Expand Down

0 comments on commit c3c2270

Please sign in to comment.