[nasm:master] travis: add coffalign

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Wed Oct 14 14:18:10 PDT 2020


Commit-ID:  247e8ef15113503875cde7a0818cef97f6a184c1
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=247e8ef15113503875cde7a0818cef97f6a184c1
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Thu, 15 Oct 2020 00:07:03 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Thu, 15 Oct 2020 00:07:03 +0300

travis: add coffalign

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>


---
 {test => travis/test}/coffalign.asm |   0
 travis/test/coffalign.json          |  12 ++++++++++++
 travis/test/coffalign.obj.t         | Bin 0 -> 295 bytes
 3 files changed, 12 insertions(+)

diff --git a/test/coffalign.asm b/travis/test/coffalign.asm
similarity index 100%
copy from test/coffalign.asm
copy to travis/test/coffalign.asm
diff --git a/travis/test/coffalign.json b/travis/test/coffalign.json
new file mode 100644
index 00000000..fd40b930
--- /dev/null
+++ b/travis/test/coffalign.json
@@ -0,0 +1,12 @@
+[
+	{
+		"description": "Test coff alignment",
+		"id": "coffalign",
+		"format": "win64",
+		"source": "coffalign.asm",
+		"option": "-Ox",
+		"target": [
+			{ "output": "coffalign.obj" }
+		]
+	}
+]
diff --git a/travis/test/coffalign.obj.t b/travis/test/coffalign.obj.t
new file mode 100644
index 00000000..dcc5e51a
Binary files /dev/null and b/travis/test/coffalign.obj.t differ


More information about the Nasm-commits mailing list