build script
This commit is contained in:
parent
1c3f743d5c
commit
becda71b3a
2
compile
Executable file
2
compile
Executable 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
0
install.sh
Normal file → Executable file
@ -1,2 +0,0 @@
|
||||
require "spec"
|
||||
require "../src/src"
|
@ -1,9 +0,0 @@
|
||||
require "./spec_helper"
|
||||
|
||||
describe Src do
|
||||
# TODO: Write tests
|
||||
|
||||
it "works" do
|
||||
false.should eq(true)
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user