openMSX-builder 1.3.3 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/lib/openmsx_builder.rb +1 -1
- data/openMSX-builder.gemspec +2 -2
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.4.1
|
data/lib/openmsx_builder.rb
CHANGED
|
@@ -206,7 +206,7 @@ private
|
|
|
206
206
|
end
|
|
207
207
|
end
|
|
208
208
|
@log.info("Will attempt to build revision #{@new_revision}.")
|
|
209
|
-
build_output = `cd #{setting(:source_dir)} && make clean && make #{'staticbindist' if openmsx?} 2>&1`
|
|
209
|
+
build_output = `cd #{setting(:source_dir)} && make clean OPENMSX_TARGET_CPU=univ && make #{'staticbindist' if openmsx?} OPENMSX_TARGET_CPU=univ 2>&1`
|
|
210
210
|
if $?.success?
|
|
211
211
|
@log.info "++++++SUCCESS++++++"
|
|
212
212
|
build_output.each_line do |line|
|
data/openMSX-builder.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{openMSX-builder}
|
|
8
|
-
s.version = "1.
|
|
8
|
+
s.version = "1.4.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Filip H.F. \"FiXato\" Slagter"]
|
|
12
|
-
s.date = %q{2010-03-
|
|
12
|
+
s.date = %q{2010-03-16}
|
|
13
13
|
s.default_executable = %q{build_openmsx}
|
|
14
14
|
s.description = %q{openMSX-Builder is used for building the latest SVN checkouts of openMSX and openMSX-Debugger from their sourceforge repository.
|
|
15
15
|
It also supports publishing the created builds to an external location via scp, announcing successfully published builds via Twitter and reporting build-errors via e-mail.}
|
metadata
CHANGED
|
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
|
4
4
|
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
version: 1.
|
|
7
|
+
- 4
|
|
8
|
+
- 1
|
|
9
|
+
version: 1.4.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Filip H.F. "FiXato" Slagter
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-03-
|
|
17
|
+
date: 2010-03-16 00:00:00 +01:00
|
|
18
18
|
default_executable: build_openmsx
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|