diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml index 05625c11f..12ce1861a 100644 --- a/.github/workflows/gh-actions.yml +++ b/.github/workflows/gh-actions.yml @@ -207,3 +207,16 @@ jobs: python-version: '2.7' # needed due to ESP8266_RTOS_SDK/tools/gen_appbin.py - run: make -f ./targets/esp8266/Makefile.travis install-noapt - run: make -f ./targets/esp8266/Makefile.travis script + + Notification: + runs-on: ubuntu-latest + steps: + - uses: rectalogic/notify-irc@v1 + if: github.event_name == 'push' && github.repository == 'jerryscript-project/jerryscript' + with: + channel: '#jerryscript' + nickname: jerryscript-notification + message: | + @${{ github.actor }}: ${{ github.repository }} (${{ github.ref }}#${{ github.sha }}) + ${{ join(github.event.commits.*.message) }} + ${{ github.event.compare }} diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 33326c9c8..000000000 --- a/.travis.yml +++ /dev/null @@ -1,52 +0,0 @@ -language: c - -# Default environment: Ubuntu Bionic 18.04. -os: linux -dist: bionic - -# Default job task: run tests as defined in the $OPT environment variable. -# Jobs can redefine the 'script' stage in the matrix below. -script: tools/run-tests.py $OPTS - -# All the job definitions in the matrix. -matrix: - include: - - name: "Coverity Scan & SonarQube" - env: - # Declaration of the encrypted COVERITY_SCAN_TOKEN, created via the - # "travis encrypt" command using the project repo's public key. - - secure: "V7BdXv3FCVkFGEfKfWto6I+Sytou1zTCGyn49xurkBfKNsG/3vbkXfsbK1m6lCZxmY7W/1odpfjixpAPZgy2L4FgPZK6/UyVvC8pIFjDOubcEniN48haleSvm/ZFPLDifxDL2+VVFtK1oRYPtDBzzSoUCcfwovgk+Wy+tSBnhnyRLqO/WaI6PqFof7ECYMTRlJVjioZARVP4YmkBruIPmGDdR/3EvwowlxfuiFoPheix61ug4x3tpTBW2qWgvFjDyCZXFz4pJrBQPTAIbyKMxHcBykJjl9eR+dWAOsvE1Uw48tFOJxjKDfUttVQUPsyKFllmcCVS0fDYB5pzZOmRUPxJmox1jt8J1FY85Ri1PGY0THBPM2H7to4Yf2418Y3539epbN8p+79dwaM7e2OiJ2owukbWI7PoNqIz5DV5zxpIKsOQfeWuNLJOgsBePEIU7lz133Si/2d5W/7If46B1d+hZRBJfSYksgDqDU6G/voZkPf0K5bKe2O2BxiIW1DYk4yQ1ecZAkqGjZ8jG3zYGMG3mSF4VyuU4UGFG1Pg8fw7Ap5zuHxSVY1H9dtu4T6JQG3aj/x1omlzfw48DjgkwxVhf7Xvl3yfR7pzydYheLX3MZYtcVo7rWnglZFZoUjWDK1StbmzsvPftvwWtoDTWlzo4xeSXhahSJvJyc4U8Wc=" - addons: - coverity_scan: - project: - name: "jerryscript-project/jerryscript" - description: "Ultra-lightweight JavaScript engine for the Internet of Things." - notification_email: rsipka.uszeged@partner.samsung.com - build_command: "tools/build.py --clean" - branch_pattern: master - sonarcloud: - organization: "jerryscript-project" - # Coverity Scan has already built the project by the time 'script' stage is reached. - script: tools/check-sonarqube.sh - cache: - directories: - - '${HOME}/.sonar/cache' - - fast_finish: true - -# The channel name "chat.freenode.net#jerryscript" -# is encrypted against Samsung/jerryscript -# to prevent IRC spam of forks. -# -# travis encrypt -r "Samsung/jerryscript" "chat.freenode.net#jerryscript" -notifications: - irc: - channels: - - secure: "4kML4uZywOPaT3r/bHCvZCeQWooyzZumESmKuHG2Y8/B29WtMBobsoRQZRfOmlUP5kshfjh0Itp5WFpdACiBCoorHch/8z3VT7fIbKF4UnxrAvNiFArqxXC0OWGIu93e7uyyXJCsQ/JiOXU7bD31Mh8LbnfS1z3wBAMXi+AwcaGiVVH4VTL6O8sR3ij5WmsqpECWhyWTgTP3MiLquZ+09Lv9mp5GGciEemq4p8VnaQt2BdyEBmUJJ1EAyMCJlKNObQudegOzYsY3CVON9C87dCuHf7DYstsxb8AzwRAKn8LHiaWhYaWLfvHqoXmc4w1ZgN0HZ5Qyx8KMkZkXKUiHxuCSoXDxNAHWTGQBsTDid5drZeqOFucOHEKJzkqaWSUKUF3pY/hq/h2kjAn230DlBNkJt+ikSxwy6Mm8GG8LnH5gRMl37zHDHrtyRsKR8GIst9B1B95LAOLA5t8U/ucGKXqLsohS8glXaM4jjh69it3GeHj6NhB8NbC/LsmRrhjKzV+VnjPI6gZvN+5tDiuxMbsMal+0DdWVNCst/aO3Jz0iaA5ahyo2ZwBb2efw3CekRLMKmHtnjqB0SWWXT3/t2+5zNoM6gBjo4RPOg7k5eTOXcfk8okWtQ5d3n8UtvZ5rSiDl3rssHwp1yHuuC8rGGov74DLvyDlpM6p/dmtu2o8=" - on_success: always - on_failure: always - use_notice: true - template: - - "%{repository_name} (%{branch}@%{commit}): %{author} - %{commit_subject} [%{result}]" - - "Commit: %{compare_url}" - - "Build: %{build_url}" diff --git a/README.md b/README.md index 2b0bd53f8..eac8ef0c4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ ![](https://github.com/jerryscript-project/jerryscript/blob/master/LOGO.png) # JerryScript: JavaScript engine for the Internet of Things [![License](https://img.shields.io/badge/licence-Apache%202.0-brightgreen.svg?style=flat)](LICENSE) -[![Travis CI Build Status](https://travis-ci.org/jerryscript-project/jerryscript.svg?branch=master)](https://travis-ci.org/jerryscript-project/jerryscript) +[![GitHub Actions Status](https://github.com/jerryscript-project/jerryscript/workflows/JerryScript%20CI/badge.svg)](https://github.com/jerryscript-project/jerryscript/actions) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/ct8reap35u2vooa5/branch/master?svg=true)](https://ci.appveyor.com/project/jerryscript-project/jerryscript/branch/master) -[![Coverity Scan Build Status](https://scan.coverity.com/projects/12127/badge.svg)](https://scan.coverity.com/projects/jerryscript-project) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fjerryscript-project%2Fjerryscript.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fjerryscript-project%2Fjerryscript?ref=badge_shield) -[![SonarQube](https://sonarcloud.io/api/project_badges/measure?project=jerryscript-project_jerryscript&metric=ncloc)](https://sonarcloud.io/dashboard?id=jerryscript-project_jerryscript) [![IRC Channel](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://kiwiirc.com/client/irc.freenode.net/#jerryscript) JerryScript is a lightweight JavaScript engine for resource-constrained devices such as microcontrollers. It can run on devices with less than 64 KB of RAM and less than 200 KB of flash memory.