Skip to content

Commit

Permalink
Merge pull request #11490 from carlopi/docker_scripts
Browse files Browse the repository at this point in the history
Add docker alpine build to check on builds
  • Loading branch information
Mytherin committed Apr 12, 2024
2 parents 7149608 + d5108ba commit c5e173a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/test_docker_images.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

make clean
docker run -i --rm -v $(pwd):/duckdb --workdir /duckdb alpine:latest <<< "apk add g++ git make cmake ninja && GEN=ninja make" 2>&1
echo "alpine:latest completed"

0 comments on commit c5e173a

Please sign in to comment.