build script

This commit is contained in:
Alexander Popov 2021-07-16 06:58:22 +03:00
parent 1c3f743d5c
commit becda71b3a
4 changed files with 2 additions and 11 deletions

2
compile Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
crystal build --progress --no-debug --release src/vk0nline.cr -o bin/vk0nline.x86_64-lnx

0
install.sh Normal file → Executable file
View File

View File

@ -1,2 +0,0 @@
require "spec"
require "../src/src"

View File

@ -1,9 +0,0 @@
require "./spec_helper"
describe Src do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end