blob: a551398965d5779c8c7f7b2a04e207b399ed94b5 [file] [log] [blame]
Roman Stratiienkod518a052021-02-25 19:15:14 +02001#!/bin/bash
2
3set -e
4
5echo "Run native build:"
6
Roman Stratiienkocef5c772021-12-22 16:22:24 +02007make -f .ci/Makefile -j12
Roman Stratiienkod518a052021-02-25 19:15:14 +02008
9echo "Run style check:"
10
11./.ci/.gitlab-ci-checkcommit.sh
12
Roman Stratiienkod518a052021-02-25 19:15:14 +020013echo -e "\n\e[32m --- SUCCESS ---"