#!/bin/bash
cmake /scratch/bechet/develop/dentaire -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make install dentaire-static DESTDIR=AppDir
./appimage-builder --generate
./appimage-builder --skip-test
