Skip to content

Commit

Permalink
Build script (nix)
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rider committed Jan 30, 2024
1 parent e8c48ae commit cefcf35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

[ ! -d ../dbeaver-common ] && git clone https://github.com/dbeaver/dbeaver-common.git ../dbeaver-common

cd product/aggregate
mvn clean install -T 1C
cd ../..

0 comments on commit cefcf35

Please sign in to comment.