Pārlūkot izejas kodu

adding single-file distros to the release

Stasik0 9 gadi atpakaļ
vecāks
revīzija
a309ec8b89
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 0
      .travis.yml
  2. 0 2
      tools/.deployDoxygen.sh

+ 2 - 0
.travis.yml

@@ -96,6 +96,8 @@ deploy:
     - open62541-linux32.tar.gz
     - open62541-linux64.tar.gz
     - open62541-raspberrypi.tar.gz
+    - open62541.c
+    - open62541.h
   skip_cleanup: true
   on:
     tags: true

+ 0 - 2
tools/.deployDoxygen.sh

@@ -11,8 +11,6 @@ cd open62541-www
 git rm -rf doc
 cp -r ../build/doc ./
 git add -A doc/*
-cp ../build/open62541.* ./
-git add open62541.*
 git config --global user.email "open62541-travis-ci@users.noreply.github.com"
 git config --global user.name "Open62541 travis-ci"
 git config --global push.default simple