[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/ws-butler 0f8c2fe788 02/14: Add support to ppc64le. Instal
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/ws-butler 0f8c2fe788 02/14: Add support to ppc64le. Install emacs |
Date: |
Thu, 7 Nov 2024 01:01:08 -0500 (EST) |
branch: elpa/ws-butler
commit 0f8c2fe78839da6a2428cc17a3113eb2631c8dbc
Author: gururajrkatti <74309971+gururajrkatti@users.noreply.github.com>
Commit: Gururaj R Katti <Gururaj.Katti@ibm.com>
Add support to ppc64le. Install emacs
---
.travis.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index d7215bf113..e8bf9c7bca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,24 @@
language: emacs-lisp
+arch:
+ - amd64
+ - ppc64le
+jobs:
+ exclude:
+ - arch: ppc64le
+ env: EMACS=emacs-snapshot
before_install:
- git submodule update --init
+ - if [ "$TRAVIS_CPU_ARCH" = 'ppc64le' ]; then
+ sudo apt-get update &&
+ sudo apt-get install -y emacs;
+ fi
- if [ "$EMACS" = 'emacs-snapshot' ]; then
sudo add-apt-repository -y ppa:cassou/emacs &&
sudo apt-get update --allow-unauthenticated -qq &&
sudo apt-get install -qq
emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot;
fi
+
env:
- EMACS=emacs
- EMACS=emacs-snapshot
- [nongnu] elpa/ws-butler a49d9e3c4a 03/14: Add NonGNU ELPA badge to README.org, (continued)
- [nongnu] elpa/ws-butler a49d9e3c4a 03/14: Add NonGNU ELPA badge to README.org, ELPA Syncer, 2024/11/07
- [nongnu] elpa/ws-butler 5b8b57f278 01/14: Sharp-quote function symbols, ELPA Syncer, 2024/11/07
- [nongnu] elpa/ws-butler c13632209c 05/14: looking-at -> looking-at-p, ELPA Syncer, 2024/11/07
- [nongnu] elpa/ws-butler 16e07eeb0e 11/14: Merge pull request #42 from skangas/gnu-elpa-badge, ELPA Syncer, 2024/11/07
- [nongnu] elpa/ws-butler cbb0406f16 04/14: Fix comp warnings, ELPA Syncer, 2024/11/07
- [nongnu] elpa/ws-butler d3927f6131 14/14: tag 0.7, ELPA Syncer, 2024/11/07
- [nongnu] elpa/ws-butler 6baf406d61 06/14: Add special, comint, term, & eshell to exempt modes, ELPA Syncer, 2024/11/07
- [nongnu] elpa/ws-butler 2acf9ac04b 09/14: Merge pull request #53 from Apteryks/merge-hlissner-fork-improvements, ELPA Syncer, 2024/11/07
- [nongnu] elpa/ws-butler a8612c15f6 08/14: Merge branch 'hlissner-master' into merge-hlissner-fork-improvements, ELPA Syncer, 2024/11/07
- [nongnu] elpa/ws-butler ac9f5a5f90 13/14: Add minibuffer-mode to exempt-modes., ELPA Syncer, 2024/11/07
- [nongnu] elpa/ws-butler 0f8c2fe788 02/14: Add support to ppc64le. Install emacs,
ELPA Syncer <=
- [nongnu] elpa/ws-butler 85d4e32040 07/14: add diff-mode to ws-butler-global-exempt-modes, ELPA Syncer, 2024/11/07
- [nongnu] elpa/ws-butler 345dbde68e 10/14: Merge pull request #51 from mattiasb/feature/fix-warnings, ELPA Syncer, 2024/11/07
- [nongnu] elpa/ws-butler 3596ad450d 12/14: Merge pull request #38 from gururajrkatti/master, ELPA Syncer, 2024/11/07