diff options
| author | 2020-08-22 05:23:11 +0200 | |
|---|---|---|
| committer | 2020-08-22 13:23:11 +1000 | |
| commit | a264090e789bfdaa44b6c002c1f3393e919b5ea6 (patch) | |
| tree | fba85aa2b9133cfcc37184aa8ee659e0129654f3 /scripts | |
| parent | fad6c0733128b7b48b7f7f594aee7aad18a7f317 (diff) | |
Enable ppc64le for travis (#7113)
* Added akkaarrh to the ci target.
* Switched Travis CI to Ubuntu Focal.
* Allow ppc64le CI build to fail.
* Report CI status as soon as a job has failed or remaining jobs are allowed to fail.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/ci.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/target/mame/ci.lua b/scripts/target/mame/ci.lua index 4be647c805f..d710f3a4ea9 100644 --- a/scripts/target/mame/ci.lua +++ b/scripts/target/mame/ci.lua @@ -50,6 +50,7 @@ SOUNDS["VOTRAX"] = true SOUNDS["VOLT_REG"] = true SOUNDS["DMADAC"] = true SOUNDS["CDDA"] = true +SOUNDS["POKEY"] = true -------------------------------------------------- -- specify available video cores @@ -84,6 +85,7 @@ MACHINES["Z80DAISY"] = true MACHINES["NETLIST"] = true MACHINES["IDECTRL"] = true MACHINES["PS2INTC"] = true +MACHINES["ER2055"] = true -------------------------------------------------- -- specify available bus cores @@ -180,6 +182,7 @@ files{ MAME_DIR .. "src/mame/drivers/kinst.cpp", MAME_DIR .. "src/mame/audio/dcs.cpp", MAME_DIR .. "src/mame/audio/dcs.h", + MAME_DIR .. "src/mame/drivers/akkaarrh.cpp", } end |
