• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2
3set -e
4
5echo "Run native build:"
6
7make -f .ci/Makefile -j12
8
9echo "Run style check:"
10
11./.ci/.gitlab-ci-checkcommit.sh
12
13echo -e "\n\e[32m --- SUCCESS ---"
14