Skip to content
This repository was archived by the owner on Jun 20, 2021. It is now read-only.

Commit 777e69b

Browse files
author
regisf
committed
Add files for the future CI
1 parent 3f1cb68 commit 777e69b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bin/deploy.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
4+
cd build
5+
docker build -t pythonregex .

bin/tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#!/usr/bin/env bash

0 commit comments

Comments
 (0)