Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
A
atbuild
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AnarchyTools
atbuild
Commits
35943a08
Commit
35943a08
authored
Feb 05, 2016
by
Drew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 0.8.0-dev
parent
c6f27a59
Pipeline
#1114
failed with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
atbuild/src/main.swift
atbuild/src/main.swift
+1
-1
atpkg
atpkg
+1
-1
release.sh
release.sh
+1
-3
No files found.
atbuild/src/main.swift
View file @
35943a08
...
...
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
let
version
=
"0.
7.0
"
let
version
=
"0.
8.0-dev
"
import
Foundation
import
atpkg
...
...
atpkg
@
bf41f05b
Subproject commit
974c4fcd650b0e1d0cfc239d2d8df977cce7856b
Subproject commit
bf41f05bcd244687f996c4148e0478239801990a
release.sh
View file @
35943a08
...
...
@@ -11,9 +11,7 @@ read version
rm
-rf
/tmp/build
unzip artifacts-linux.zip
-d
/tmp/build/
tar
c
-C
/tmp/build bin | pixz
-9
-o
atbuild-
${
version
}
-linux
.tar.xz
#the OSX on the other hand is in .atllbuild
rm
-rf
/tmp/build
mkdir
-p
/tmp/build
/bin
mkdir
-p
/tmp/build
unzip artifacts-osx.zip
-d
/tmp/build/
cp
/tmp/build/.atllbuild/products/atbuild /tmp/build/bin/atbuild
tar
c
-C
/tmp/build bin | pixz
-9
-o
atbuild-
${
version
}
-macosx
.tar.xz
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment