diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..f006da0 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,23 @@ + version: 2 + jobs: + build: + environment: + IMAGE_NAME: rfaircloth/scs + docker: + - image: circleci/buildpack-deps:stretch + steps: + - checkout + - setup_remote_docker + - run: + name: Build Docker image + command: docker build -t $IMAGE_NAME:latest . + workflows: + version: 2 + build-publish: + jobs: + - build: + filters: + branches: + only: + - master + - develop \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5f6de25..503b46d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,8 @@ + - @@ -297,7 +275,7 @@ - @@ -312,13 +290,12 @@ - + - - + @@ -327,8 +304,9 @@ - + + @@ -390,13 +368,6 @@ - - - - - - - @@ -487,20 +458,33 @@ - + - - + + - + - - + + + + + + + + + + + + + + + @@ -508,13 +492,31 @@ - + - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LICENSE-2.0 b/LICENSE-2.0 new file mode 100644 index 0000000..913f595 --- /dev/null +++ b/LICENSE-2.0 @@ -0,0 +1,13 @@ +Copyright 2019 Splunk Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file