EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.29k stars 3.6k forks source link

eosio contract build pipeline for release 2.2.x #11034

Open shahabi8 opened 2 years ago

shahabi8 commented 2 years ago

This PR adds new CI pipeline for eos repo such that it builds smart contracts in eos/unittests/test-contracts. This pipeline runs only on Ubuntu 20.04. Unittest and integration tests are executed to make sure the wasm files are not corrupted. This PR also adds docker build and install step for Ubuntu 20.04.

Change Type

Select ONE:

Testing Changes

Select ANY that apply:

Consensus Changes

API Changes

Documentation Additions